X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.am;h=2339409e8074844fd7a84eb5b2062dad36a63863;hp=32a14bae8a295f0fb628bb2713c196b26fff584d;hb=29410c87550c87533c019efeddb83d527a44ce64;hpb=e4e1d561118f9d95d4d3a67b79a8acaf33f972e8 diff --git a/test/Makefile.am b/test/Makefile.am index 32a14ba..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 \ @@ -97,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