mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 03:42:33 +00:00
Move all kernel testcases to tests/ and change Makefiles accordingly where applicable. Change-Id: I130cc3919174e93b7130d55fb101bed1d5d7552d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
8 lines
219 B
Plaintext
8 lines
219 B
Plaintext
# Let stack canaries use non-random number generator.
|
|
# This option is NOT to be used in production code.
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_IRQ_OFFLOAD=y
|
|
CONFIG_NUM_DYNAMIC_EXC_NOERR_STUBS=1
|