Move all kernel testcases to tests/ and change Makefiles accordingly where applicable. Change-Id: I130cc3919174e93b7130d55fb101bed1d5d7552d Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
247 B
Plaintext
10 lines
247 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_NUM_TIMER_PACKETS=4
|
|
CONFIG_NANO_TIMEOUTS=y
|
|
CONFIG_NANO_TIMERS=y
|
|
CONFIG_ASSERT=y
|
|
CONFIG_ASSERT_LEVEL=2
|