chiark / gitweb /
tests/check: New test script, quite basic
[secnet.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