summaryrefslogtreecommitdiffstats
path: root/tests/build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/build')
-rwxr-xr-xtests/build/run-tests.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/build/run-tests.sh b/tests/build/run-tests.sh
index db895c1d..626f6fd1 100755
--- a/tests/build/run-tests.sh
+++ b/tests/build/run-tests.sh
@@ -35,7 +35,8 @@ echo "Build works. Now, testing compile options"
for var in "${argument[@]}" ; do
echo "[EXECUTING] Testing compile option $var"
- $cmd $var >/dev/null 2>>$log_file
+ ./configure $var >/dev/null 2>>$log_file
+ make -j 8 >/dev/null 2>>$log_file
rt=$?
echo -en "\033[1A\033[K" # clean the [EXECUTING] foobar line