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