aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 97c1baf..94f1b8e 100644
--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ clean:
test: compile
@for f in $(shell ls tests | grep -v "common"); \
do echo "Running $${f}"; \
- ./tests/$${f}; \
+ ./tests/$${f} || exit 1; \
done
tests/%.sh: compile