summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMike Morris <mikemorris@users.noreply.github.com>2016-07-12 16:18:02 -0400
committerMike Morris <mikemorris@users.noreply.github.com>2016-07-14 13:47:02 -0400
commit480be63396abe016ce8f1c8c5acd8621412a0fa3 (patch)
treef516474389565309ac9e0877b1d38e0ddc5bba74 /Makefile
parentce8f053adb91e2d78c67716bc5d1af797e6b2743 (diff)
downloadqtlocation-mapboxgl-480be63396abe016ce8f1c8c5acd8621412a0fa3.tar.gz
[node] move memory growth test into separate npm script
webp support in memory test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 165dbb8cce..4b10a77233 100644
--- a/Makefile
+++ b/Makefile
@@ -222,6 +222,7 @@ xnode: $(NODE_OUTPUT_PATH)/config.gypi $(GYP_DEPENDENCIES)
.PHONY: test-node
test-node: node
npm test
+ npm run test-memory
npm run test-suite
#### Qt targets #####################################################