diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-08-06 19:02:32 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-08-06 19:02:32 -0700 |
commit | 5d1699c2c75adc9670bf14404466c8056910b709 (patch) | |
tree | a5b05441c2f1ef7d7b7ea7fd000dcfc9b21d4073 /build_and_test_until | |
parent | 9a61eb40b6e35e2ca2bdbd8200f0b458fe4fc600 (diff) | |
download | mu-5d1699c2c75adc9670bf14404466c8056910b709.tar.gz |
1948
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 4 |
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 |