about summary refs log tree commit diff stats
path: root/build_and_test_until
diff options
context:
space:
mode:
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 b83db304..20845064 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
-#? make test #? 2
+make valgrind #? 1
+#? make test #? 3