From 80ab9211b962343321c0e21ff385a9a3594f52dd Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Thu, 23 Apr 2015 00:01:13 -0700 Subject: 1149 --- cpp/valgrind_all | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 cpp/valgrind_all (limited to 'cpp') diff --git a/cpp/valgrind_all b/cpp/valgrind_all new file mode 100755 index 00000000..4117dde0 --- /dev/null +++ b/cpp/valgrind_all @@ -0,0 +1,7 @@ +#!/bin/bash + +for f in [0-9]* +do + echo "=== $f" + ./build_and_test_until $f || exit 0 +done -- cgit 1.4.1-2-gfad0