We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 107cc86 commit cec894aCopy full SHA for cec894a
tests/run_all_tests.sh
@@ -9,7 +9,7 @@ export CC=gcc
9
export CFLAGS="-Wall -Wextra -std=c99"
10
11
echo "Test 1/2: Running tests with C Compiler ($CC)"
12
-$TESTS_DIR/test.sh || exit
+bash $TESTS_DIR/test.sh || exit
13
14
#######################################################################
15
# Compiling and running tests with G++
@@ -18,6 +18,6 @@ export CC=g++
18
export CFLAGS="-Wall -Wextra"
19
20
echo "Test 2/2: Running tests with C++ Compiler ($CC)"
21
22
23
echo "[ALl tests passed]"
0 commit comments