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
9312de0077
zephyr
/
tests
/
kernel
/
static_idt
/
prj.conf
4 lines
70 B
Plaintext
Raw
Normal View
History
Unescape
Escape
samples: disable exception debug for test_static_idt This test fails with exception debug enabled. Make sanity pass again while we debug this issue. Change-Id: I0df279d2ec2f8fb29c30d25ec0d05da18e929964 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2015-10-14 07:28:09 +08:00
CONFIG_EXCEPTION_DEBUG=n
tests: port static_idt test to unified kernel Change-Id: Ida4333b91ad322ff676cfbaa2ccaab0bdd38cd48 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-04-04 23:45:31 +08:00
CONFIG_MAIN_THREAD_PRIORITY=6
tests: static_idt: convert legacy test to ztest Migrate testcase to ztest and use ztest macros Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-11-03 17:38:04 +08:00
CONFIG_ZTEST=y