about summary refs log tree commit diff stats
path: root/subx/build_and_test_until
blob: 398dcbcbc5421a243f8b5a3208a87945acfb1139 (plain) (blame)
1
2
3
4
5
#!/bin/sh
set -e

./clean top-level  # ignore subsidiary tools like tangle and cleave
./build --until $1  &&  ./subx_bin test $2