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

include $(top_srcdir)/build/Makefile.tests

COMMON = $(top_srcdir)/common

AM_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(srcdir)/.. \
	-I$(COMMON) \
	-DBUILDDIR=\"$(abs_builddir)\" \
	$(TEST_CFLAGS)

LDADD = \
	$(NULL)

CHECK_PROGS = \
	test-tests \
	test-compat \
	test-hash \
	test-dict \
	test-array \
	test-constants \
	test-attrs \
	test-buffer \
	test-url \
	test-path \
	test-lexer \
	test-message \
	$(NULL)

noinst_PROGRAMS = \
	frob-getauxval \
	$(CHECK_PROGS)

TESTS = $(CHECK_PROGS)

LDADD += \
	$(top_builddir)/common/libp11-test.la \
	$(top_builddir)/common/libp11-common.la