7ddfe2d54a53fdd58e41f0aac9abc5c6ecfbc00b
[yaz-moved-to-github.git] / test / Makefile.am
1 ## Copyright (C) 1994-2006, Index Data ApS
2 ## All rights reserved.
3 ## $Id: Makefile.am,v 1.15 2006-05-02 20:47:46 adam Exp $
4
5 check_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf tstodr tstccl tstlog \
6  tstsoap1 tstsoap2 tstodrstack tstlogthread tstxmlquery tstpquery \
7  tst_filepath tst_record_conv
8 check_SCRIPTS = tstcql.sh tstmarciso.sh tstmarcxml.sh
9
10 TESTS = $(check_PROGRAMS) $(check_SCRIPTS)
11
12 EXTRA_DIST = tstodr.asn tstodrcodec.c tstodrcodec.h cqlsample \
13  $(check_SCRIPTS) \
14  marc1 marc1.xml marc1.chr marc1.xml.marc \
15  marc2 marc2.xml marc2.chr marc2.xml.marc \
16  marc3 marc3.xml marc3.chr marc3.xml.marc \
17  marc4 marc4.xml marc4.chr marc4.xml.marc \
18  marc5 marc5.xml marc5.chr marc5.xml.marc \
19  marc6 marc6.xml marc6.chr marc6.xml.marc
20
21 YAZCOMP = ../util/yaz-asncomp
22 YAZCOMPLINE = $(YAZCOMP) -d z.tcl -i yaz -I../include $(YCFLAGS)
23
24 AM_CFLAGS=$(THREAD_CFLAGS)
25
26 AM_CPPFLAGS=-I$(top_srcdir)/include $(XML2_CFLAGS)
27
28 dist-hook:
29         mkdir -p $(distdir)/cql
30         cp $(srcdir)/cql/*.err $(distdir)/cql
31         cp $(srcdir)/cql/*.out $(distdir)/cql
32
33 # Rule for generating codecs for our small ASN.1 spec
34 tstodrcodec.c tstodrcodec.h: tstodr.asn $(YAZCOMP)
35         cd $(srcdir); $(YAZCOMP) tstodr.asn
36
37 LDADD = ../src/libyaz.la
38
39 tsticonv_SOURCES = tsticonv.c
40 tstnmem_SOURCES = tstnmem.c
41 tstmatchstr_SOURCES = tstmatchstr.c
42 tstwrbuf_SOURCES = tstwrbuf.c
43 tstodr_SOURCES = tstodrcodec.c tstodrcodec.h tstodr.c
44 tstodrstack_SOURCES = tstodrstack.c
45 tstccl_SOURCES = tstccl.c
46 tstlog_SOURCES = tstlog.c
47 tstsoap1_SOURCES = tstsoap1.c
48 tstsoap2_SOURCES = tstsoap2.c
49 tstlogthread_SOURCES = tstlogthread.c
50 tstxmlquery_SOURCES = tstxmlquery.c
51 tstpquery_SOURCES = tstpquery.c
52 tst_filepath_SOURCES = tst_filepath.c
53 tst_record_conv_SOURCES = tst_record_conv.c
54