summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDane Springmeyer <springmeyer@users.noreply.github.com>2019-08-15 10:20:27 -0700
committerGitHub <noreply@github.com>2019-08-15 10:20:27 -0700
commit074dba57a2405653191869fccddf19f304b03cf8 (patch)
treecece6f7aeafe470eb026ed6626d8ea81c5a80b89
parent1cb30268d7d0581bb1964cc7ccd310153ca50fca (diff)
downloadqtlocation-mapboxgl-074dba57a2405653191869fccddf19f304b03cf8.tar.gz
add back test-memory target, removed in 692fe1f3f (#15383)
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index ecfb5e6881..9002542eee 100644
--- a/Makefile
+++ b/Makefile
@@ -559,6 +559,7 @@ qt-docs:
test-node: node
npm test
npm run test-query
+ npm run test-memory
npm run test-expressions
#### Android targets ###########################################################