build: depend on gnulib's calloc-gnu, not calloc
[cppi.git] / tests / local.mk
blobe227e7b915da1f77f1d232a5e0d14e4b42b85ee3
2 TESTS = \
3 tests/help-version \
4 tests/version-check \
5 tests/d1 \
6 tests/d2 \
7 tests/d3 \
8 tests/d4 \
9 tests/d5 \
10 tests/e1 \
11 tests/e2 \
12 tests/e3 \
13 tests/e4 \
14 tests/e5 \
15 tests/e6 \
16 tests/e7 \
17 tests/e8 \
18 tests/e9 \
19 tests/f1 \
20 tests/f2 \
21 tests/f3 \
22 tests/f4 \
23 tests/f5 \
24 tests/f7 \
25 tests/f8 \
26 tests/f9 \
27 tests/stringify-1 \
28 tests/stringify-2 \
29 tests/stringify-3 \
30 tests/stringify-4 \
31 tests/8-bit \
32 tests/ansi-1 \
33 tests/ansi-2 \
34 tests/ansi-3 \
35 tests/ansi-4 \
36 tests/ansi-5 \
37 tests/ansi-6 \
38 tests/ansi-7 \
39 tests/ansi-8 \
40 tests/cxx-1 \
41 tests/cxx-2 \
42 tests/cxx-3
44 $(TEST_LOGS): $(bin_PROGRAMS)
46 EXTRA_DIST += tests/test-common tests/init.sh $(TESTS)
47 TESTS_ENVIRONMENT = \
48 export \
49 srcdir=$(srcdir) \
50 top_srcdir=$(top_srcdir) \
51 EXEEXT=$(EXEEXT) \
52 built_programs="`basename $(bin_PROGRAMS)`" \
53 VERSION='$(VERSION)' \
54 PACKAGE_BUGREPORT='$(PACKAGE_BUGREPORT)' \
55 PATH=src$(PATH_SEPARATOR)$$PATH \
56 ; 9>&2