Skip to content

Commit

Permalink
llext: enlarge test coverage
Browse files Browse the repository at this point in the history
There is no reason the syscall tests should not be perfomed on
relocatable builds. This made some test runs pass even though
issues were present in those configurations.

Remove the build gate.

Signed-off-by: Luca Burelli <[email protected]>
  • Loading branch information
pillo79 authored and kartben committed Dec 10, 2024
1 parent 78ae035 commit adaa87a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/subsys/llext/simple/src/test_llext_simple.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,6 @@ static LLEXT_CONST uint8_t object_ext[] ELF_ALIGN = {
};
LLEXT_LOAD_UNLOAD(object)

#ifndef CONFIG_LLEXT_TYPE_ELF_RELOCATABLE
static LLEXT_CONST uint8_t syscalls_ext[] ELF_ALIGN = {
#include "syscalls.inc"
};
Expand All @@ -316,7 +315,6 @@ static LLEXT_CONST uint8_t threads_kernel_objects_ext[] ELF_ALIGN = {
LLEXT_LOAD_UNLOAD(threads_kernel_objects,
.test_setup = threads_objects_test_setup,
)
#endif

#ifndef CONFIG_LLEXT_TYPE_ELF_OBJECT
static LLEXT_CONST uint8_t multi_file_ext[] ELF_ALIGN = {
Expand Down

0 comments on commit adaa87a

Please sign in to comment.