X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.am;h=905526d2cb39a44fa50ddcb81a7bb92fe7d026f9;hp=bfae41030eba6a0f60882053659cdc6285d41ba3;hb=bfcb19b17256263c4fca826add7724ad7c847943;hpb=834902a1b9db396bd9aae10fe0ae725535afecfe diff --git a/test/Makefile.am b/test/Makefile.am index bfae410..905526d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2011 Index Data +## Copyright (C) Index Data check_PROGRAMS = test_ccl test_comstack test_cql2ccl \ - test_filepath test_file_glob \ + test_embed_record test_filepath test_file_glob \ test_iconv test_icu test_json \ test_libstemmer test_log test_log_thread \ test_match_glob test_matchstr test_mutex \ @@ -11,7 +11,7 @@ check_PROGRAMS = test_ccl test_comstack test_cql2ccl \ test_record_conv test_rpn2cql test_rpn2solr test_retrieval \ test_shared_ptr test_soap1 test_soap2 test_solr test_sortspec \ test_timing test_tpath test_wrbuf \ - test_xmalloc test_xml_include test_xmlquery + test_xmalloc test_xml_include test_xmlquery test_zgdu check_SCRIPTS = test_marc.sh test_marccol.sh test_cql2xcql.sh \ test_cql2pqf.sh test_icu.sh @@ -30,6 +30,7 @@ EXTRA_DIST = tstodr.asn test_odrcodec.c test_odrcodec.h cql2xcqlsample \ test_icu.1.xml test_icu.1.input test_icu.1.output \ test_icu.2.xml test_icu.2.input test_icu.2.output \ test_icu.3.xml test_icu.3.input test_icu.3.output \ + test_icu.4.xml test_icu.4.input test_icu.4.output \ test_record_conv.xsl test_xml_include.xml YAZCOMP = ../util/yaz-asncomp @@ -45,6 +46,8 @@ dist-hook: cp $(srcdir)/marc?.chr $(distdir) cp $(srcdir)/marc?.marc $(distdir) cp $(srcdir)/marc?.xml $(distdir) + cp $(srcdir)/marc?.json $(distdir) + cp $(srcdir)/marc?.json.marc $(distdir) cp $(srcdir)/*.xml.marc $(distdir) cp $(srcdir)/xml2marc?.xml $(distdir) cp $(srcdir)/tmarc?.xml $(distdir) @@ -96,3 +99,5 @@ test_xml_include_SOURCES = test_xml_include.c test_file_glob_SOURCES = test_file_glob.c test_shared_ptr_SOURCES = test_shared_ptr.c test_libstemmer_SOURCES = test_libstemmer.c +test_embed_record_SOURCES = test_embed_record.c +test_zgdu_SOURCES = test_zgdu.c