about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-23 00:01:13 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-23 00:01:13 -0700
commit80ab9211b962343321c0e21ff385a9a3594f52dd (patch)
treebe6d839ce126c8c38ed25140b32e2da346a898c4
parent634fcea02c35e734cacf4152400d2cdee666497e (diff)
downloadmu-80ab9211b962343321c0e21ff385a9a3594f52dd.tar.gz
1149
-rwxr-xr-xcpp/valgrind_all7
1 files changed, 7 insertions, 0 deletions
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