From adaa87a69dad6f798fa122a2e843e4bf8b1e2d33 Mon Sep 17 00:00:00 2001 From: Luca Burelli Date: Thu, 28 Nov 2024 11:05:34 +0100 Subject: [PATCH] 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 --- tests/subsys/llext/simple/src/test_llext_simple.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/subsys/llext/simple/src/test_llext_simple.c b/tests/subsys/llext/simple/src/test_llext_simple.c index 025a715ddbf0..1832c532cd0e 100644 --- a/tests/subsys/llext/simple/src/test_llext_simple.c +++ b/tests/subsys/llext/simple/src/test_llext_simple.c @@ -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" }; @@ -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 = {