diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-07-09 12:37:59 -0700 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-07-09 12:37:59 -0700 |
commit | d0d68d08f4be9360c5fbeedb2edd08b8e0e8d75e (patch) | |
tree | 46d0766f5b87750f00c7e8b0a093d509b9a52e5c /Makefile | |
parent | 5fe36a3cb055dd8be94186dfb75d5be3499956af (diff) | |
download | qtlocation-mapboxgl-d0d68d08f4be9360c5fbeedb2edd08b8e0e8d75e.tar.gz |
fix automated headless testing on travis
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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_$*) |