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
f4ba3b1d5d
zephyr
/
samples
/
cpp_synchronization
/
microkernel
/
testcase.ini
6 lines
90 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
tags
=
apps
testcases: sanity check TCs get more language for real HW Add more specifications or qualify some to the sanity check test cases for them to be ran in real hardware: - kernel types (micro vs nano) - platforms / arches to exclude / include - one that is removed (for the PCI sample) as it cannot be ran without extra information Change-Id: Id14dc15eb89358c3656d2814ea41bb6fec051278 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-04-22 03:21:11 +08:00
kernel
=
micro
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"