summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5a127471c9..b67844a548 100644
--- a/Makefile
+++ b/Makefile
@@ -559,6 +559,13 @@ test-node: node
npm run test-query
npm run test-expressions
+.PHONY: test-node-all
+test-node-all: node
+ npm test
+ npm run test-query
+ npm run test-expressions
+ npm run test-render
+
#### Android targets ###########################################################
MBGL_ANDROID_ABIS = arm-v7;armeabi-v7a