Skip to content

Commit 73f1156

Browse files
teburdkartben
authored andcommitted
llext: Remove simple from llext test
The simple path and naming wasn't really right, there are no other tests and the test suite has become quite automated and extensable to cover most things we'd like to test with llext. Building, loading, and linking of course. Signed-off-by: Tom Burdick <[email protected]>
1 parent bc5aff3 commit 73f1156

28 files changed

+11
-11
lines changed

tests/subsys/llext/simple/CMakeLists.txt renamed to tests/subsys/llext/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33

44
cmake_minimum_required(VERSION 3.20.0)
55
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
6-
project(llext_simple_test)
6+
project(llext_test)
77

88
target_sources(app PRIVATE
9-
src/test_llext_simple.c
9+
src/test_llext.c
1010
)
1111

1212
target_include_directories(app PRIVATE
File renamed without changes.

0 commit comments

Comments
 (0)