This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
33592e8aa8
zephyr
/
tests
/
misc
/
test_build
/
debug.conf
5 lines
77 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add build tests for various options This test builds the syncronisation app using the following config options to verify if the build is successful: - CONFIG_DEBUG - CONFIG_NEWLIB_LIBC Change-Id: Idf2fe948ab58982244b3590da938a83206103be3 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-01-20 13:17:33 +08:00
CONFIG_DEBUG=y
CONFIG_STDOUT_CONSOLE=y
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>
2016-11-19 05:24:36 +08:00
CONFIG_KERNEL_DEBUG=y
CONFIG_ASSERT=y