Added support for Basedir 0.7's XDG_RUNTIME_DIRECTORY.
[libxdg-basedir.git] / tests / Makefile.am
blobce3d578ee12fd3716bb6ba308a23986fd04f8094
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         queryrd.1 \
36         queryrd.2 \
37         #
39 TESTS = testdump ${QUERYTESTS}
41 EXTRA_DIST = query-harness.sh ${QUERYTESTS}
43 TESTS_ENVIRONMENT = env top_srcdir=$(top_srcdir) top_builddir=$(top_builddir)
45 testdump_SOURCES = testdump.c
46 testdump_LDFLAGS = $(all_libraries)
47 testdump_LDADD = $(top_builddir)/src/libxdg-basedir.la
49 testfind_SOURCES = testfind.c
50 testfind_LDFLAGS = $(all_libraries)
51 testfind_LDADD = $(top_builddir)/src/libxdg-basedir.la
53 testquery_SOURCES = testquery.c
54 testquery_LDFLAGS = $(all_libraries)
55 testquery_LDADD = $(top_builddir)/src/libxdg-basedir.la