Skip to content

Commit adaa87a

Browse files
pillo79kartben
authored andcommitted
llext: enlarge test coverage
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]>
1 parent 78ae035 commit adaa87a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/subsys/llext/simple/src/test_llext_simple.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ static LLEXT_CONST uint8_t object_ext[] ELF_ALIGN = {
304304
};
305305
LLEXT_LOAD_UNLOAD(object)
306306

307-
#ifndef CONFIG_LLEXT_TYPE_ELF_RELOCATABLE
308307
static LLEXT_CONST uint8_t syscalls_ext[] ELF_ALIGN = {
309308
#include "syscalls.inc"
310309
};
@@ -316,7 +315,6 @@ static LLEXT_CONST uint8_t threads_kernel_objects_ext[] ELF_ALIGN = {
316315
LLEXT_LOAD_UNLOAD(threads_kernel_objects,
317316
.test_setup = threads_objects_test_setup,
318317
)
319-
#endif
320318

321319
#ifndef CONFIG_LLEXT_TYPE_ELF_OBJECT
322320
static LLEXT_CONST uint8_t multi_file_ext[] ELF_ALIGN = {

0 commit comments

Comments
 (0)