aboutsummaryrefslogtreecommitdiff
path: root/scripts/test
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/test')
-rwxr-xr-xscripts/test1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test b/scripts/test
index 0e84b22..6b51b1e 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() {