summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-16 19:22:29 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-16 19:30:20 +0300
commit3f024ebaf02e82e9282e303a46127f366a84904d (patch)
tree00b83040974508d4e22f3c7f87c81d028b289cdc /Makefile
parentd323f393ec250fdc35efd7c79606e547526344fe (diff)
downloadqtlocation-mapboxgl-3f024ebaf02e82e9282e303a46127f366a84904d.tar.gz
[Qt] Install valgrind on-demand
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6e682731e6..24747f8071 100644
--- a/Makefile
+++ b/Makefile
@@ -242,9 +242,11 @@ run-qt-qml-app: qt-qml-app
test-valgrind-qt: $(QT_MAKEFILE) node_modules
$(QT_ENV) $(MAKE) -j$(JOBS) -C $(QT_OUTPUT_PATH) test
+ .mason/mason install valgrind latest
./scripts/valgrind.sh $(QT_OUTPUT_PATH)/$(BUILDTYPE)/test --gtest_catch_exceptions=0 --gtest_filter=-*.Load
run-valgrind-qt-app: qt-app
+ .mason/mason install valgrind latest
./scripts/valgrind.sh $(QT_OUTPUT_PATH)/$(BUILDTYPE)/qmapboxgl --test -platform offscreen
#### Linux targets #####################################################