X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.am;h=163f09f4a30e7f48142061616808c1ce1c8eacb7;hp=7800bee6c8a3359d0c4a7d135158115b6873106c;hb=a7f066f298c283530e1e542c87858b28d594238b;hpb=1770f18530a45da520e9b47fedee3203d01e04af diff --git a/test/Makefile.am b/test/Makefile.am index 7800bee..163f09f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -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 @@ -98,3 +98,4 @@ 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