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 <thomas.burdick@intel.com>
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_ZTEST_STACK_SIZE=4096
|
|
CONFIG_LOG=y
|
|
CONFIG_LLEXT=y
|
|
CONFIG_LLEXT_HEAP_SIZE=64
|
|
CONFIG_LLEXT_EXPORT_DEVICES=y
|
|
CONFIG_LLEXT_LOG_LEVEL_DBG=y
|
|
|
|
CONFIG_APPLICATION_DEFINED_SYSCALL=y
|
|
|
|
# The bulk of the tests run with MPU/MMU disabled by including additional
|
|
# configuration entries from no_mem_protection.conf.
|