diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-06-22 23:43:08 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-06-22 23:43:08 -0700 |
commit | 05d4ee8d0a7f84c776e732e42977063998649861 (patch) | |
tree | 2d2836307bc2811685c6298abef11026d75f287d /build_and_test_until | |
parent | f2d7ad5dd9d58ac861875461de3e1aded13c7859 (diff) | |
download | mu-05d4ee8d0a7f84c776e732e42977063998649861.tar.gz |
1623
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 5 |
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 |