summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-08 10:33:03 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-08 10:33:03 -0700
commit748ac3e1aa2656af246b931564f42e2458b7b6d4 (patch)
tree4a8c81aaf58ae7fbf84a6301d1256c16ac6bf0c1 /Makefile
parent4c75c696b3162c72e7dec21ce0b3f69cae9d1034 (diff)
downloadqtlocation-mapboxgl-748ac3e1aa2656af246b931564f42e2458b7b6d4.tar.gz
fail when there are test errors
[skip ci]
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b10b7880a5..d7f6f37c49 100644
--- a/Makefile
+++ b/Makefile
@@ -29,7 +29,7 @@ test: build/test/Makefile
# Runs all test cases
run-tests: test
- (cd build/${BUILDTYPE} && exec find . -maxdepth 1 -name "test_*" -exec {} \;)
+ BUILDTYPE=$(BUILDTYPE) ./scripts/run_tests.sh
test/%: build/test/Makefile
$(MAKE) -C build/test BUILDTYPE=$(BUILDTYPE) V=$(V) $*