Added tests for xdg{Data,Config}Find functions.
[libxdg-basedir.git] / tests / Makefile.am
blobc009c8bc10028444cf25e77f17ab7e6201e6910d
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 testdump_SOURCES = testdump.c
42 testdump_LDFLAGS = $(all_libraries)
43 testdump_LDADD = ../src/libxdg-basedir.la
45 testfind_SOURCES = testfind.c
46 testfind_LDFLAGS = $(all_libraries)
47 testfind_LDADD = ../src/libxdg-basedir.la
49 testquery_SOURCES = testquery.c
50 testquery_LDFLAGS = $(all_libraries)
51 testquery_LDADD = ../src/libxdg-basedir.la