summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-07-09 12:37:59 -0700
committerKonstantin Käfer <mail@kkaefer.com>2014-07-09 12:37:59 -0700
commitd0d68d08f4be9360c5fbeedb2edd08b8e0e8d75e (patch)
tree46d0766f5b87750f00c7e8b0a093d509b9a52e5c /Makefile
parent5fe36a3cb055dd8be94186dfb75d5be3499956af (diff)
downloadqtlocation-mapboxgl-d0d68d08f4be9360c5fbeedb2edd08b8e0e8d75e.tar.gz
fix automated headless testing on travis
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d7f6f37c49..217132150b 100644
--- a/Makefile
+++ b/Makefile
@@ -27,10 +27,6 @@ build/test/Makefile: src common config.gypi test/test.gyp
test: build/test/Makefile
$(MAKE) -C build/test BUILDTYPE=$(BUILDTYPE) V=$(V) test
-# Runs all test cases
-run-tests: test
- BUILDTYPE=$(BUILDTYPE) ./scripts/run_tests.sh
-
test/%: build/test/Makefile
$(MAKE) -C build/test BUILDTYPE=$(BUILDTYPE) V=$(V) $*
(cd build/$(BUILDTYPE) && exec ./test_$*)