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
358a53cb2f
zephyr
/
samples
/
legacy
/
cpp_synchronization
/
microkernel
/
testcase.ini
5 lines
75 B
INI
Raw
Normal View
History
Unescape
Escape
c++: Add sample projects Change-Id: I2d74f6225ed9736d671f34a33c99da34e81863cc Signed-off-by: Dmitriy Korovkin <dmitriy.korovkin@windriver.com>
2015-12-25 04:00:17 +08:00
[test]
build_only
=
true
samples: tests: remove obsolete KERNEL_TYPE and kernel variables Remove those from Makefiles and testcase.ini, we now support unified kernel only and sanitycheck script now knows how to deal with this. Change-Id: I853ebcadfa7b56a4de5737d95f2ba096babb2e13 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-05 03:05:34 +08:00
tags
=
apps
testcases: filter cpp tests cases when using ISSM toolchain Removed tests that will fail when using ISSM toolchain because there is no g++ inside. Example: export ZEPHYR_GCC_VARIANT=issm export ISSM_INSTALLATION_PATH=<ISSM PATH> sanitycheck -p arduino_101 -p arduino_101_sss -p quark_d2000_crb \ -p quark_se_devboard -p quark_se_sss_devboard Change-Id: I532d4f0e0095472cbf3428cb8355167a320a10a0 Signed-off-by: Javier B Perez <javier.b.perez.hernandez@intel.com>
2016-08-09 03:16:25 +08:00
filter
=
ZEPHYR_GCC_VARIANT != "issm"