chiark / gitweb /
85d7637b3af61186800f7abd8e58210adfc0569a
[subdirmk.git] / tests / check
1 #!/bin/sh
2 set -e
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