chiark / gitweb /
README: Update copyright date
[subdirmk.git] / tests / intree / check
1 #!/bin/sh
2 # subdirmk - part of the test suite
3 #  Copyright 2019 Mark Wooding
4 #  Copyright 2019 Ian Jackson
5 # SPDX-License-Identifier: LGPL-2.0-or-later
6 # There is NO WARRANTY.
7
8 set -ex
9
10 . tests/build-common
11
12 make_copy intree
13
14 cd tests/intree/example
15
16 ./autogen.sh && ./configure
17 make -j4 all check
18 make -j4 clean
19 make -j4 all check
20
21 echo ok.