File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1588,18 +1588,12 @@ jobs:
1588
1588
# Generate test list
1589
1589
TEST_ARGS="
1590
1590
-T ${ZEPHYR_ROOT}/samples/hello_world
1591
+ -T ${ZEPHYR_ROOT}/samples/cpp/hello_world
1591
1592
-T ${ZEPHYR_ROOT}/tests/lib/c_lib
1593
+ -T ${ZEPHYR_ROOT}/tests/lib/cpp
1592
1594
-T ${ZEPHYR_ROOT}/tests/lib/newlib
1593
1595
"
1594
1596
1595
- # FIXME: Build C++ samples and tests only for Linux hosts because there
1596
- # is a known issue causing link failures on non-Linux hosts (see
1597
- # GitHub issue #760).
1598
- if [ "${{ runner.os }}" == "Linux" ]; then
1599
- TEST_ARGS+="-T ${ZEPHYR_ROOT}/samples/cpp/hello_world "
1600
- TEST_ARGS+="-T ${ZEPHYR_ROOT}/tests/lib/cpp "
1601
- fi
1602
-
1603
1597
# Run tests with twister
1604
1598
TWISTER="${ZEPHYR_ROOT}/scripts/twister"
1605
1599
${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
You can’t perform that action at this time.
0 commit comments