diff options
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/build_and_test_until | 2 |
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 |