X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=676a0a42880253868e30b2830e1acc4b8cea5d16;hb=bc4b50939a936dbb214c783c18a44039ea048fdd;hp=debbec0f7cd705742928efcb3a5928cfd0420951;hpb=72011b1abdb331ba835cbf40cabc9aee42e7847a;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index debbec0..676a0a4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,12 +4,12 @@ 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 \ @@ -71,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