summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2024-01-12 20:35:11 +0100
committerMitya Selivanov <automainint@guattari.tech>2024-01-12 20:35:11 +0100
commit0524211739243c0bdf5172f9a113495b1edb7870 (patch)
tree04d2628972eae083b8f3eb3645fb996b874458f8
parented1bceaf27e068c171889a8583b6516e528aa317 (diff)
downloadkit-0524211739243c0bdf5172f9a113495b1edb7870.zip
Cleanup
-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" \