Adds a very simple hello world test case for llext. The loadable extension is built and then included as a binary array into the test making it very easy to load, debug, and inspect. The extension is built using the same toolchain as the base image by default. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
9 lines
178 B
Plaintext
9 lines
178 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_NEW_API=y
|
|
CONFIG_ZTEST_STACK_SIZE=8192
|
|
CONFIG_LOG=y
|
|
CONFIG_LOG_MODE_IMMEDIATE=y
|
|
CONFIG_LLEXT=y
|
|
CONFIG_LLEXT_HEAP_SIZE=32
|
|
CONFIG_LLEXT_LOG_LEVEL_DBG=y
|