X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=test%2FMakefile.am;h=b4053189ac3da41ab179dcca88180f33bf1a0d85;hp=cc857ef7b1f9a1dbbd04af84c99591af469d67e1;hb=77c5a4fca8b516fd39b8ba213daed17a465a6b2a;hpb=9b2f4955aee1fcee3702bcd832dbaf7fca7243ad diff --git a/test/Makefile.am b/test/Makefile.am index cc857ef..b405318 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,12 +1,12 @@ ## This file is part of the YAZ toolkit. -## Copyright (C) 1995-2011 Index Data +## Copyright (C) 1995-2012 Index Data check_PROGRAMS = test_ccl test_comstack test_cql2ccl \ 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 \ - 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