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-06-22 23:43:08 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-06-22 23:43:08 -0700
commit05d4ee8d0a7f84c776e732e42977063998649861 (patch)
tree2d2836307bc2811685c6298abef11026d75f287d /build_and_test_until
parentf2d7ad5dd9d58ac861875461de3e1aded13c7859 (diff)
downloadmu-05d4ee8d0a7f84c776e732e42977063998649861.tar.gz
1623
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-xbuild_and_test_until5
1 files changed, 3 insertions, 2 deletions
diff --git a/build_and_test_until b/build_and_test_until
index 9b817c9d..b83db304 100755
--- a/build_and_test_until
+++ b/build_and_test_until
@@ -8,5 +8,6 @@ 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 valgrind
-make test #? 1
+make autogenerated_lists
+make valgrind
+#? make test #? 2