X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=2339409e8074844fd7a84eb5b2062dad36a63863;hb=7c7e37084545799555a7e49e0fb4d3d6f44f3a44;hp=b4053189ac3da41ab179dcca88180f33bf1a0d85;hpb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index b405318..2339409 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -2,7 +2,7 @@ ## Copyright (C) 1995-2012 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 \ @@ -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 @@ -96,3 +97,4 @@ 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