Skip to content

Commit 196f8ba

Browse files
committed
libdispatch: also build tests during build phase
A tweak to match the Swift CI pattern; build the test cases during the build phase.
1 parent 92224cd commit 196f8ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/build-script-impl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1795,6 +1795,8 @@ for deployment_target in "${HOST_TARGET}" "${CROSS_TOOLS_DEPLOYMENT_TARGETS[@]}"
17951795
fi
17961796
pushd "${LIBDISPATCH_BUILD_DIR}"
17971797
make
1798+
cd tests
1799+
make build-tests
17981800
popd
17991801
{ set +x; } 2>/dev/null
18001802

0 commit comments

Comments
 (0)