Merge branch 'development', bumped version to 1.1.1, adjusted libtool version info.
[libxdg-basedir.git] / tests / Makefile.am
blob1c2454d2fe87b22f7b1b22a2a233c2d05d7f512e
1 AM_CFLAGS = -I$(top_srcdir)/include -Wall
2 AUTOMAKE_OPTIONS = color-tests
4 check_PROGRAMS = testdump testfind testquery
6 QUERYTESTS = \
7         querycd.1 \
8         querycd.2 \
9         querycd.3 \
10         querycd.4 \
11         querycd.5 \
12         querycf.1 \
13         querycf.2 \
14         querycs.1 \
15         querycs.2 \
16         querycs.3 \
17         querycs.4 \
18         querycs.5 \
19         querydd.1 \
20         querydd.2 \
21         querydd.3 \
22         querydd.4 \
23         querydd.5 \
24         querydf.1 \
25         querydf.2 \
26         querydh.1 \
27         querydh.2 \
28         querydh.3 \
29         queryds.1 \
30         queryds.2 \
31         queryds.3 \
32         queryds.4 \
33         queryds.5 \
34         queryds.6 \
35         #
37 TESTS = testdump ${QUERYTESTS}
39 EXTRA_DIST = query-harness.sh ${QUERYTESTS}
41 TESTS_ENVIRONMENT = env top_srcdir=$(top_srcdir) top_builddir=$(top_builddir)
43 testdump_SOURCES = testdump.c
44 testdump_LDFLAGS = $(all_libraries)
45 testdump_LDADD = $(top_builddir)/src/libxdg-basedir.la
47 testfind_SOURCES = testfind.c
48 testfind_LDFLAGS = $(all_libraries)
49 testfind_LDADD = $(top_builddir)/src/libxdg-basedir.la
51 testquery_SOURCES = testquery.c
52 testquery_LDFLAGS = $(all_libraries)
53 testquery_LDADD = $(top_builddir)/src/libxdg-basedir.la