summaryrefslogtreecommitdiffstats
path: root/scripts/run-gtest-timer-clean
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-gtest-timer-clean')
-rw-r--r--scripts/run-gtest-timer-clean3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/run-gtest-timer-clean b/scripts/run-gtest-timer-clean
new file mode 100644
index 00000000..3f098bc1
--- /dev/null
+++ b/scripts/run-gtest-timer-clean
@@ -0,0 +1,3 @@
+#! /bin/bash
+valgrind --leak-check=full --error-exitcode=1 --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="gt_r_timer.*"
+