summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Morris <michael.patrick.morris@gmail.com>2015-02-18 18:35:26 -0500
committerMike Morris <michael.patrick.morris@gmail.com>2015-02-18 18:35:26 -0500
commit6d8789a38b01d067930412635fd6e10d609e0fad (patch)
tree4d4988b6ab9d4ff7637cdc3bf9b48d51930e4d49
parent55c8e2ff77f43bd3e8825a04eefcd81c8358c6c9 (diff)
downloadqtlocation-mapboxgl-6d8789a38b01d067930412635fd6e10d609e0fad.tar.gz
drop build dep from test make tasks
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e0944498e7..52ce7db88b 100644
--- a/Makefile
+++ b/Makefile
@@ -49,11 +49,11 @@ $(MBGL)/config/%.gypi: $(MBGL) $(MBGL)/configure
make -C $(MBGL) config/$*.gypi
.PHONY: test-suite
-test-suite: build
+test-suite:
-@(`npm bin`/tape test/render.test.js | `npm bin`/tap-spec)
.PHONY: test-js
-test-js: build
+test-js:
@(`npm bin`/tape test/js/**/*.test.js | `npm bin`/tap-spec)
.PHONY: test