X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=676a0a42880253868e30b2830e1acc4b8cea5d16;hb=bc4b50939a936dbb214c783c18a44039ea048fdd;hp=9f5ed92cf3af55ca6f6a09f699a312bc86ebc0bc;hpb=062ae8c4cbdfd50766b13f34c11a5254825075a4;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index 9f5ed92..676a0a4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,16 +1,15 @@ -## Copyright (C) 1995-2007, Index Data ApS -## All rights reserved. -## $Id: Makefile.am,v 1.42 2008-01-06 21:48:23 adam Exp $ +## This file is part of the YAZ toolkit. +## Copyright (C) 1995-2008 Index Data check_PROGRAMS = tsticonv tstnmem tstmatchstr tstwrbuf tstodr tstccl tstlog \ tstsoap1 tstsoap2 tstodrstack tstlogthread tstxmlquery tstpquery \ tst_comstack tst_filepath tst_record_conv tst_retrieval tst_tpath \ - tst_timing tst_query_charset tst_oid tst_icu_I18N tst_match_glob -check_SCRIPTS = tstcql.sh tstmarc.sh tstmarccol.sh tstcql2pqf.sh + tst_timing tst_query_charset tst_oid tst_icu_I18N tst_match_glob tst_rpn2cql +check_SCRIPTS = tstmarc.sh tstmarccol.sh tstcql2xcql.sh tstcql2pqf.sh TESTS = $(check_PROGRAMS) $(check_SCRIPTS) -EXTRA_DIST = tstodr.asn tstodrcodec.c tstodrcodec.h cqlsample \ +EXTRA_DIST = tstodr.asn tstodrcodec.c tstodrcodec.h cql2xcqlsample \ cql2pqf-order.txt cql2pqfsample \ $(check_SCRIPTS) \ marc1.marc marc1.xml marc1.chr marc1.xml.marc \ @@ -45,7 +44,7 @@ tstodrcodec.c tstodrcodec.h: tstodr.asn $(YAZCOMP) cd $(srcdir); $(YAZCOMP) tstodr.asn LDADD = ../src/libyaz.la -tst_icu_I18N_LDADD = ../src/libyaz_icu.la $(LDADD) $(ICU_LIBS) +tst_icu_I18N_LDADD = ../src/libyaz_icu.la $(ICU_LIBS) CONFIG_CLEAN_FILES=*.log @@ -72,3 +71,4 @@ tst_timing_SOURCES = tst_timing.c tst_query_charset_SOURCES = tst_query_charset.c tst_icu_I18N_SOURCES = tst_icu_I18N.c tst_match_glob_SOURCES = tst_match_glob.c +tst_rpn2cql_SOURCES = tst_rpn2cql.c