summaryrefslogtreecommitdiffstats
path: root/scripts/run-gtest-clean
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/run-gtest-clean')
-rw-r--r--scripts/run-gtest-clean3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/run-gtest-clean b/scripts/run-gtest-clean
index c3f6ef9c..99994e31 100644
--- a/scripts/run-gtest-clean
+++ b/scripts/run-gtest-clean
@@ -1,2 +1,3 @@
#! /bin/bash
-valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_stl.*"
+valgrind --leak-check=full --show-reachable=yes ./bp-sim-64 --ut --gtest_filter="basic_*"
+