From 12aa72196b6ccac1b335fa7f06e9351c28c79158 Mon Sep 17 00:00:00 2001 From: Hanoh Haim Date: Wed, 11 Nov 2015 22:14:12 +0200 Subject: add clean gtest script --- scripts/run-gtest-clean | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 scripts/run-gtest-clean (limited to 'scripts/run-gtest-clean') 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.*" -- cgit 1.2.3-korg