diff options
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 |