diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-08-28 18:43:21 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2017-08-31 10:17:21 +0300 |
commit | 0694d224c745ea5ee5eb1fc46cbb0b9487e6333a (patch) | |
tree | 83545a7b40531881db9cfc448c4ef1ae24a762ec /Makefile | |
parent | cfcf38053e1535c8a03a53166f5846e848a35450 (diff) | |
download | qtlocation-mapboxgl-0694d224c745ea5ee5eb1fc46cbb0b9487e6333a.tar.gz |
[test] Enable render tests recycling the map object in node6-clang39-debug
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -440,6 +440,12 @@ test-node: node npm test npm run test-suite +.PHONY: test-node-recycle-map +test-node-recycle-map: node + npm test + npm run test-render -- --recycle-map + npm run test-query + #### Android targets ########################################################### MBGL_ANDROID_ABIS = arm-v5;armeabi |