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=478f6f83e57216ed76a0b46d4da6f802e422fbec;hp=4751d2e5eeee32fdf25c5847ea5033505bd75270;hb=33a39e24078032c9f726cacdf32c092fa0fe878d;hpb=4849119cd60244ee5ed16958e885bc97315d23ad diff --git a/test/Makefile.am b/test/Makefile.am index 4751d2e..478f6f8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -3,7 +3,8 @@ check_PROGRAMS = test_xmalloc test_iconv test_nmem test_matchstr test_wrbuf \ test_odr test_ccl test_log test_mutex \ - test_soap1 test_soap2 test_odrstack test_log_thread test_xmlquery test_pquery \ + test_soap1 test_soap2 test_solr test_odrstack test_log_thread \ + test_xmlquery test_pquery \ test_comstack test_filepath test_record_conv test_retrieval test_tpath \ test_timing test_query_charset test_oid test_icu test_match_glob \ test_rpn2cql test_rpn2solr test_json test_xml_include test_file_glob \ @@ -68,6 +69,7 @@ test_log_SOURCES = test_log.c test_mutex_SOURCES = test_mutex.c test_soap1_SOURCES = test_soap1.c test_soap2_SOURCES = test_soap2.c +test_solr_SOURCES = test_solr.c test_log_thread_SOURCES = test_log_thread.c test_xmlquery_SOURCES = test_xmlquery.c test_pquery_SOURCES = test_pquery.c