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-08-06 19:02:32 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-06 19:02:32 -0700
commit5d1699c2c75adc9670bf14404466c8056910b709 (patch)
treea5b05441c2f1ef7d7b7ea7fd000dcfc9b21d4073 /build_and_test_until
parent9a61eb40b6e35e2ca2bdbd8200f0b458fe4fc600 (diff)
downloadmu-5d1699c2c75adc9670bf14404466c8056910b709.tar.gz
1948
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-xbuild_and_test_until4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_and_test_until b/build_and_test_until
index 20845064..48067971 100755
--- a/build_and_test_until
+++ b/build_and_test_until
@@ -9,5 +9,5 @@ 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 autogenerated_lists
-make valgrind #? 1
-#? make test #? 3
+make valgrind #? 2
+#? make test #? 4