X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=bfae41030eba6a0f60882053659cdc6285d41ba3;hb=eaeb5111f809df907a53890b797c854ecacfdf21;hp=cc857ef7b1f9a1dbbd04af84c99591af469d67e1;hpb=9b2f4955aee1fcee3702bcd832dbaf7fca7243ad;p=yaz-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index cc857ef..bfae410 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,7 +6,7 @@ check_PROGRAMS = test_ccl test_comstack test_cql2ccl \ test_iconv test_icu test_json \ test_libstemmer test_log test_log_thread \ test_match_glob test_matchstr test_mutex \ - test_nmem test_odr test_odrstack test_oid \ + test_nmem test_odr test_odrstack test_oid test_options \ test_pquery test_query_charset \ test_record_conv test_rpn2cql test_rpn2solr test_retrieval \ test_shared_ptr test_soap1 test_soap2 test_solr test_sortspec \ @@ -77,6 +77,7 @@ test_solr_SOURCES = test_solr.c test_sortspec_SOURCES = test_sortspec.c test_log_thread_SOURCES = test_log_thread.c test_xmlquery_SOURCES = test_xmlquery.c +test_options_SOURCES = test_options.c test_pquery_SOURCES = test_pquery.c test_comstack_SOURCES = test_comstack.c test_filepath_SOURCES = test_filepath.c