summaryrefslogtreecommitdiffstats
path: root/scripts/run-gtest-clean
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2015-11-11 22:14:12 +0200
committerHanoh Haim <hhaim@cisco.com>2015-11-11 22:14:12 +0200
commit12aa72196b6ccac1b335fa7f06e9351c28c79158 (patch)
treef89f4391ffb232c163385fd3151a66cc64625def /scripts/run-gtest-clean
parent151266e34245b99ce4cac70d82be79bfb5a3ebf9 (diff)
add clean gtest script
Diffstat (limited to 'scripts/run-gtest-clean')
-rw-r--r--scripts/run-gtest-clean2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/run-gtest-clean b/scripts/run-gtest-clean
new file mode 100644
index 00000000..c3f6ef9c
--- /dev/null
+++ b/scripts/run-gtest-clean
@@ -0,0 +1,2 @@
+#! /bin/bash
+valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_stl.*"