diff options
Diffstat (limited to 'cpp/build_and_test_until')
-rwxr-xr-x | cpp/build_and_test_until | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/cpp/build_and_test_until b/cpp/build_and_test_until index 6c469604..25db949f 100755 --- a/cpp/build_and_test_until +++ b/cpp/build_and_test_until @@ -8,6 +8,4 @@ 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 autogenerated_lists -g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -o mu -./mu test +make test |