summaryrefslogtreecommitdiff
path: root/check/Makefile.am
blob: e8a44350e2962de603f72c8a35ea1a638cb5c865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
TESTS_PKG_CONFIG = $(top_builddir)/pkg-config$(EXEEXT)
TESTS_ENVIRONMENT = PKG_CONFIG='$(TESTS_PKG_CONFIG)' $(TESTS_SHELL)

TESTS = \
	check-cflags \
	check-libs \
	check-mixed-flags \
	check-non-l-flags \
	check-define-variable \
	check-libs-private \
	check-requires-private \
	check-circular-requires \
	check-includedir \
	check-conflicts \
	check-missing \
	check-idirafter \
	check-sort-order \
	check-whitespace \
	check-cmd-options \
	check-version \
	check-requires-version \
	check-print-options \
	check-path \
	check-sysroot \
	check-uninstalled \
	check-debug

EXTRA_DIST = \
	$(TESTS) \
	common \
	simple.pc \
	requires-test.pc \
	public-dep.pc \
	private-dep.pc \
	includedir.pc \
	missing-requires-private.pc \
	missing-requires.pc \
	idirafter.pc \
	conflicts-test.pc \
	whitespace.pc \
	fields-blank.pc \
	sub/sub1.pc \
	sub/sub2.pc \
	inst.pc \
	inst-uninstalled.pc \
	other.pc \
	requires-version-1.pc \
	requires-version-2.pc \
	requires-version-3.pc \
	non-l.pc \
	non-l-required.pc \
	circular-1.pc \
	circular-2.pc \
	circular-3.pc \
	no-variables.pc \
	sort-order-1-1.pc \
	sort/sort-order-2-1.pc \
	sort/sort/sort-order-3-1.pc \
	sort-order-1-2.pc \
	sort/sort-order-2-2.pc \
	sort/sort/sort-order-3-2.pc \
	sort-order-1-3.pc \
	sort/sort-order-2-3.pc \
	sort/sort/sort-order-3-3.pc