X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.am;fp=test%2FMakefile.am;h=bfae41030eba6a0f60882053659cdc6285d41ba3;hp=cc857ef7b1f9a1dbbd04af84c99591af469d67e1;hb=834902a1b9db396bd9aae10fe0ae725535afecfe;hpb=5ce89138d84a5edc6d9b8e6d8128367b9b9b3e31 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