mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 17:25:38 +00:00
Mark tests with CONFIG_TEST to allow for test specific setup and configuration. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
91 B
Plaintext
6 lines
91 B
Plaintext
CONFIG_TEST=y
|
|
CONFIG_DEBUG=y
|
|
CONFIG_STDOUT_CONSOLE=y
|
|
CONFIG_KERNEL_DEBUG=y
|
|
CONFIG_ASSERT=y
|