From 6337eb74d3d9028640fdffa0a0e39735a4e3ba93 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 14 Jan 2024 08:28:13 +0100 Subject: Short type names; Rework input buffer --- build_and_test.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'build_and_test.sh') diff --git a/build_and_test.sh b/build_and_test.sh index 66ba8d8..46ed36a 100755 --- a/build_and_test.sh +++ b/build_and_test.sh @@ -226,10 +226,6 @@ if [ $? -ne 0 ]; then exit 1 fi -if [ $SKIP_TESTS -ne 0 ] || [ "$COMPILE" = "emcc" ]; then - exit 0 -fi - echo "Build test suite" $COMPILE $FLAGS \ $FLAG_EXE"$FOLDER/test_suite$EXE_POSTFIX" \ @@ -285,6 +281,10 @@ if [ $? -ne 0 ]; then exit 1 fi +if [ $SKIP_TESTS -ne 0 ] || [ "$COMPILE" = "emcc" ]; then + exit 0 +fi + echo "Run tests" echo "" -- cgit v1.2.3