diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-08 10:33:03 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-08 10:33:03 -0700 |
commit | 748ac3e1aa2656af246b931564f42e2458b7b6d4 (patch) | |
tree | 4a8c81aaf58ae7fbf84a6301d1256c16ac6bf0c1 /Makefile | |
parent | 4c75c696b3162c72e7dec21ce0b3f69cae9d1034 (diff) | |
download | qtlocation-mapboxgl-748ac3e1aa2656af246b931564f42e2458b7b6d4.tar.gz |
fail when there are test errors
[skip ci]
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) $* |