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:
15881588 # Generate test list
15891589 TEST_ARGS="
15901590 -T ${ZEPHYR_ROOT}/samples/hello_world
1591+ -T ${ZEPHYR_ROOT}/samples/cpp/hello_world
15911592 -T ${ZEPHYR_ROOT}/tests/lib/c_lib
1593+ -T ${ZEPHYR_ROOT}/tests/lib/cpp
15921594 -T ${ZEPHYR_ROOT}/tests/lib/newlib
15931595 "
15941596
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-
16031597 # Run tests with twister
16041598 TWISTER="${ZEPHYR_ROOT}/scripts/twister"
16051599 ${TWISTER} -v -N --force-color --inline-logs --retry-failed 3 \
You can’t perform that action at this time.
0 commit comments