0e63ebe9b7531c34d8edc3b1c561eb7822724a86
[idzebra-moved-to-github.git] / test / api / Makefile.am
1 # $Id: Makefile.am,v 1.32 2006-02-21 15:23:11 adam Exp $
2
3 noinst_PROGRAMS = testclient
4 testclient_SOURCES = testclient.c 
5
6 simpletests = t0 t1 t2 t3 t4 t5 t6 t7 t8 t9 t10 t11 t12 t13 t14
7 safaritests = safari1
8 check_PROGRAMS = $(simpletests) $(safaritests)
9 TESTS = $(check_PROGRAMS)
10
11 EXTRA_DIST=zebra.cfg zebra6.cfg zebra8.cfg zebrazv.cfg safari.cfg
12
13 noinst_LIBRARIES = libtestlib.a
14
15 libtestlib_a_SOURCES = testlib.c testlib.h
16
17 t0_SOURCES = t0.c
18 t1_SOURCES = t1.c
19 t2_SOURCES = t2.c
20 t3_SOURCES = t3.c
21 t4_SOURCES = t4.c
22 t5_SOURCES = t5.c
23 t6_SOURCES = t6.c
24 t7_SOURCES = t7.c
25 t8_SOURCES = t8.c
26 t9_SOURCES = t9.c rankingrecords.h
27 t10_SOURCES = t10.c rankingrecords.h
28 t11_SOURCES = t11.c
29 t12_SOURCES = t12.c
30 t13_SOURCES = t13.c
31 t14_SOURCES = t14.c
32
33 safari1_SOURCES = safari1.c testlib.c
34
35 AM_CPPFLAGS = -I$(top_srcdir)/include $(YAZINC)
36
37 zebralibs = \
38  ../../index/libidzebra-api.la \
39  ../../rset/libidzebra-rset.la \
40  ../../recctrl/libidzebra-recctrl.la \
41  ../../dict/libidzebra-dict.la  \
42  ../../isams/libidzebra-isams.la \
43  ../../isamc/libidzebra-isamc.la \
44  ../../isamb/libidzebra-isamb.la \
45  ../../data1/libidzebra-data1.la \
46  ../../bfile/libidzebra-bfile.la \
47  ../../dfa/libidzebra-dfa.la \
48  ../../util/libidzebra-util.la
49
50 LDADD = libtestlib.a $(zebralibs) $(YAZLALIB)
51