about summary refs log tree commit diff stats
path: root/cpp/build_and_test_until
blob: 3661c93a62856aa26248782c024d34839a2c991d (plain) (blame)
1
2
3
4
5
6
7
set -e
set -v
make tangle/tangle
./tangle/tangle --until $* > mu.cc
make autogenerated_lists
g++ -g -Wall -Wextra -fno-strict-aliasing mu.cc -o mu
./mu test