chiark / gitweb /
afae155b4f1e81f371eceb8bf9424840897ef76e
[subdirmk.git] / tests / check
1 #!/bin/sh
2 set -ex
3
4 cd example
5 git clean -xdff
6 ./autogen.sh && ./configure
7 make -j4 all check
8 make -j4 clean
9 make -j4 all check
10
11 git clean -xdff
12 mkdir build
13 cd build
14 .././autogen.sh && ../configure
15 make -j4 all check