about summary refs log tree commit diff stats
path: root/build_and_test_until
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-07 15:52:50 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-07 15:52:50 -0700
commitbc4db811c4aef5fce4a0df66bd53fea24c2f70f9 (patch)
tree4684d1b018b152be9b6c3abbfe8fc336dff486f0 /build_and_test_until
parent05d177737c980aad2fcdb54765433e02021ab1e0 (diff)
downloadmu-bc4db811c4aef5fce4a0df66bd53fea24c2f70f9.tar.gz
1300
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-xbuild_and_test_until3
1 files changed, 2 insertions, 1 deletions
diff --git a/build_and_test_until b/build_and_test_until
index 25db949f..f9aac38e 100755
--- a/build_and_test_until
+++ b/build_and_test_until
@@ -8,4 +8,5 @@ make tangle/tangle
 make enumerate/enumerate
 ./tangle/tangle $(./enumerate/enumerate --until $* |grep -v '.mu$') |grep -v "^\s*//:" > mu.cc
 cat /dev/null $(./enumerate/enumerate --until $* |grep '.mu$') > core.mu
-make test
+make valgrind
+#? make test #? 1