mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-27 07:35:22 +00:00
The test was using ztest incorrectly exposing everything as one single test function. We now have multiple tests that can be tracked back to features and requirements. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
122 B
Plaintext
6 lines
122 B
Plaintext
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_ZTEST=y
|
|
#CONFIG_MAIN_STACK_SIZE=1024
|
|
#CONFIG_ZTEST_STACKSIZE=2048
|
|
#CONFIG_IDLE_STACK_SIZE=512
|