X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.am;h=7800bee6c8a3359d0c4a7d135158115b6873106c;hp=32a14bae8a295f0fb628bb2713c196b26fff584d;hb=18c13c600539404ef7b6912ded8d3294c178380c;hpb=ad89655683cbcda5c48711da5463a97e2c238d19 diff --git a/test/Makefile.am b/test/Makefile.am index 32a14ba..7800bee 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,8 +1,8 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2012 Index Data +## Copyright (C) 1995-2013 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