diff options
author | Mike Morris <mikemorris@users.noreply.github.com> | 2016-07-12 16:18:02 -0400 |
---|---|---|
committer | Mike Morris <mikemorris@users.noreply.github.com> | 2016-07-14 13:47:02 -0400 |
commit | 480be63396abe016ce8f1c8c5acd8621412a0fa3 (patch) | |
tree | f516474389565309ac9e0877b1d38e0ddc5bba74 /Makefile | |
parent | ce8f053adb91e2d78c67716bc5d1af797e6b2743 (diff) | |
download | qtlocation-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ##################################################### |