about summary refs log tree commit diff stats
path: root/cpp/build_and_test_until
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-04-05 18:56:20 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-04-05 18:56:20 -0700
commit267ebb590b0a08d6e8bc9e3f8644b491d0d790ac (patch)
treeb0a5106b3a9373764cf1148ce2827301f3fc7510 /cpp/build_and_test_until
parentf2cafededd8d57237263fc7cb7d726ad1eacecd2 (diff)
downloadmu-267ebb590b0a08d6e8bc9e3f8644b491d0d790ac.tar.gz
1018 - build system now handles .mu layers
No support for tests yet. Need to manually run the current test with:
  $ mu string-test.mu

Also, string-equal seems to have a problem.
Diffstat (limited to 'cpp/build_and_test_until')
-rwxr-xr-xcpp/build_and_test_until1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/build_and_test_until b/cpp/build_and_test_until
index cd0db64b..6c469604 100755
--- a/cpp/build_and_test_until
+++ b/cpp/build_and_test_until
@@ -7,6 +7,7 @@ set -v
 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