summaryrefslogtreecommitdiff
path: root/trust/tests/Makefile.am
blob: 3cb7a028ae9773bc2834cc44b6751e7146a30e41 (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

include $(top_srcdir)/build/Makefile.tests

NULL =

INCLUDES = \
	-I$(top_srcdir) \
	-I$(srcdir)/.. \
	-I$(top_srcdir)/common \
	$(CUTEST_CFLAGS)

noinst_LTLIBRARIES = \
	libtestdata.la

libtestdata_la_SOURCES = \
	test-data.c test-data.h

LDADD = \
	$(top_builddir)/trust/libtrust-testable.la \
	$(top_builddir)/common/libp11-data.la \
	$(top_builddir)/common/libp11-library.la \
	$(top_builddir)/common/libp11-compat.la \
	$(builddir)/libtestdata.la \
	$(LIBTASN1_LIBS) \
	$(CUTEST_LIBS) \
	$(NULL)

CHECK_PROGS = \
	test-parser \
	test-token \
	test-session \
	test-module \
	$(NULL)

noinst_PROGRAMS = \
	frob-token \
	$(CHECK_PROGS)

TESTS = $(CHECK_PROGS:=$(EXEEXT))

EXTRA_DIST = \
	anchors \
	certificates \
	files \
	$(NULL)