summaryrefslogtreecommitdiff
path: root/build_and_test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build_and_test.sh')
-rwxr-xr-xbuild_and_test.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/build_and_test.sh b/build_and_test.sh
index f7eb5bc..ca4e143 100755
--- a/build_and_test.sh
+++ b/build_and_test.sh
@@ -220,6 +220,10 @@ if [ $? -ne 0 ]; then
exit 1
fi
+if [ "$COMPILE" = "emcc" ]; then
+ exit 0
+fi
+
echo "Build test suite"
$COMPILE $FLAGS \
$FLAG_EXE"$FOLDER/test_suite$EXE_POSTFIX" \