about summary refs log blame commit diff stats
path: root/cpp/build_and_test_until
blob: d23de2e1761666d36acf4cf44415379ce1b91d25 (plain) (tree)
1
2
3
4
5
6
7
8



                                                                              


                  
                                                     


                                                     
#!/bin/sh
# Load all files sorting before the given argument.
# You can pass in a prefix, but files matching the prefix *won't* be included.

set -e
set -v
make tangle/tangle
./tangle/tangle --until $* |grep -v "^\s*//:" > mu.cc
make autogenerated_lists
g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -o mu
./mu test