aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-08-14 06:37:37 +0200
committerTheo Buehler <tb@openbsd.org>2026-08-14 06:37:37 +0200
commit0e1a7af560f468066d08f95760306ccfed3c4bd9 (patch)
treefd492fce7d5465fa0559b167a14bba4bf99c438e /scripts
parentefe89d62d32e71a720dfd7ebae57d5cd2f204bf2 (diff)
parent5630baeb4d32dbfc4461cf5a3475b701cdfb1d18 (diff)
downloadportable-0e1a7af560f468066d08f95760306ccfed3c4bd9.tar.gz
portable-0e1a7af560f468066d08f95760306ccfed3c4bd9.tar.bz2
portable-0e1a7af560f468066d08f95760306ccfed3c4bd9.zip
Land #1363 - run ctest in parallel
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test b/scripts/test
index 7e64bf1..2cff531 100755
--- a/scripts/test
+++ b/scripts/test
@@ -11,6 +11,7 @@ if [ "$ARCH" = "mingw32" -o "$ARCH" = "mingw64" -o "$ARCH" = "arm32" ]; then
11fi 11fi
12 12
13ENABLE_ASM="${ENABLE_ASM:=ON}" 13ENABLE_ASM="${ENABLE_ASM:=ON}"
14export CTEST_PARALLEL_LEVEL="${CTEST_PARALLEL_LEVEL-}"
14 15
15# setup_cross_compiler sets up environment variables for cross-compilation with the given prefix. 16# setup_cross_compiler sets up environment variables for cross-compilation with the given prefix.
16setup_cross_compiler() { 17setup_cross_compiler() {