diff options
author | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-06-13 18:57:25 +0300 |
---|---|---|
committer | Bruno de Oliveira Abinader <bruno@mapbox.com> | 2019-06-25 20:10:21 +0300 |
commit | 3b0e5a59a288b165e7fac26c22ff51ee524e1568 (patch) | |
tree | 58c8b38a186581bc7f24ab78eff2bfd4a69a73dd /Makefile | |
parent | 78e5a264e0d08354cd1c0aa7f32c429784460f5f (diff) | |
download | qtlocation-mapboxgl-3b0e5a59a288b165e7fac26c22ff51ee524e1568.tar.gz |
[core] Implement C++ render test runner
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -552,12 +552,6 @@ qt-docs: .PHONY: test-node 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 --shuffle npm run test-query npm run test-expressions |