diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-05-07 15:52:50 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-05-07 15:52:50 -0700 |
commit | bc4db811c4aef5fce4a0df66bd53fea24c2f70f9 (patch) | |
tree | 4684d1b018b152be9b6c3abbfe8fc336dff486f0 /build_and_test_until | |
parent | 05d177737c980aad2fcdb54765433e02021ab1e0 (diff) | |
download | mu-bc4db811c4aef5fce4a0df66bd53fea24c2f70f9.tar.gz |
1300
Diffstat (limited to 'build_and_test_until')
-rwxr-xr-x | build_and_test_until | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_and_test_until b/build_and_test_until index 25db949f..f9aac38e 100755 --- a/build_and_test_until +++ b/build_and_test_until @@ -8,4 +8,5 @@ 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 test +make valgrind +#? make test #? 1 |