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
430e8e9730
zephyr
/
samples
/
legacy
/
cpp_synchronization
/
microkernel
/
testcase.ini
5 lines
82 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: tag all legacy test cases and samples Tag all legacy kernel tests and samples as such. Change-Id: I43b24acb71c282ed14ff6e6ef06c9542bad86f6a Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-11-30 23:41:13 +08:00
tags
=
legacy 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"