summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
blob: 6b988b8faf7fc440dcd74d42429d537b0a9432ee (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

INCLUDES = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/p11-kit \
	-I$(srcdir)/cutest \
	-DSRCDIR=\"$(srcdir)\" \
	-DP11_KIT_FUTURE_UNSTABLE_API

noinst_PROGRAMS = \
	hash-test \
	conf-test \
	uri-test

hash_test_LDADD = \
	$(top_builddir)/p11-kit/libp11-kit-testable.la

conf_test_LDADD = \
	$(top_builddir)/p11-kit/libp11-kit-testable.la

uri_test_LDADD = \
	$(top_builddir)/p11-kit/libp11-kit-testable.la

check-am:
	./hash-test
	./conf-test
	./uri-test

EXTRA_DIST = \
	cutest \
	files