about summary refs log tree commit diff stats
path: root/cpp/build_and_test_until
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/build_and_test_until')
-rwxr-xr-xcpp/build_and_test_until3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/build_and_test_until b/cpp/build_and_test_until
index d23de2e1..cd0db64b 100755
--- a/cpp/build_and_test_until
+++ b/cpp/build_and_test_until
@@ -5,7 +5,8 @@
 set -e
 set -v
 make tangle/tangle
-./tangle/tangle --until $* |grep -v "^\s*//:" > mu.cc
+make enumerate/enumerate
+./tangle/tangle $(./enumerate/enumerate --until $* |grep -v '.mu$') |grep -v "^\s*//:" > mu.cc
 make autogenerated_lists
 g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -o mu
 ./mu test