chiark / gitweb /
README: Refer to example/
[subdirmk.git] / tests / intree / check
1 #!/bin/sh
2 set -ex
3
4 . tests/build-common
5
6 make_copy intree
7
8 cd tests/intree/example
9
10 ./autogen.sh && ./configure
11 make -j4 all check
12 make -j4 clean
13 make -j4 all check
14
15 echo ok.