summaryrefslogtreecommitdiffstats
path: root/scripts/run-gtest-timer-clean
diff options
context:
space:
mode:
authorHanoh Haim <hhaim@cisco.com>2016-12-07 15:24:38 +0200
committerHanoh Haim <hhaim@cisco.com>2016-12-21 13:01:05 +0200
commiteae78d4356b8834b78a91c52d869a7949f8f3e90 (patch)
tree184156f8e653adfa33eb0e70838f45d2a92355d0 /scripts/run-gtest-timer-clean
parent539de1c6af63071c1da9ed5db668c500f8993a03 (diff)
improve Stateful scheduler
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
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.*"
+