From 8f0057a05fe39d9737cd8becc08eb3fc3efcc271 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Fri, 18 Nov 2016 16:24:36 -0500 Subject: [PATCH] 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 --- tests/kernel/test_build/debug.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/kernel/test_build/debug.conf b/tests/kernel/test_build/debug.conf index 937766d5be9..0f446069d15 100644 --- a/tests/kernel/test_build/debug.conf +++ b/tests/kernel/test_build/debug.conf @@ -1,2 +1,4 @@ CONFIG_DEBUG=y CONFIG_STDOUT_CONSOLE=y +CONFIG_KERNEL_DEBUG=y +CONFIG_ASSERT=y