tests: test CONFIG_KERNEL_DEBUG and CONFIG_ASSERT

Enable this option to test any usage of structs and variables inside
macros.

Change-Id: I6ec64fb865e87fc0771ae10f0c4eb63f6144c88a
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-11-18 16:24:36 -05:00 committed by Anas Nashif
commit 8f0057a05f

View file

@ -1,2 +1,4 @@
CONFIG_DEBUG=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_KERNEL_DEBUG=y
CONFIG_ASSERT=y