X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=24b417f5c96ab7ee10157d3b2388289c0b245473;hb=a0c5a94c3f2c7e8c7f14a8c2fe485ac9cee1eb07;hp=c754f1e9efeb408575af58b7328acd8b71c6bfec;hpb=bebdf398975dfa4fcede406f74e10bb4f2d62f44;p=pazpar2-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index c754f1e..24b417f 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -4,7 +4,8 @@ solr_tests = test_solr.sh test_termlist_block.sh test_limit_limitmap.sh check_SCRIPTS = test_http.sh test_icu.sh test_post.sh \ test_settings.sh test_turbomarcxml.sh test_facets.sh \ - test_url.sh test_filter.sh + test_url.sh test_filter.sh \ + $(solr_tests) EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl solr-pz2.xsl \ z3950_indexdata_com_marc.xml \ @@ -15,7 +16,7 @@ EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl solr-pz2.xsl \ test_post.cfg test_post.urls \ test_settings.cfg test_settings.urls \ test_solr.cfg test_solr.urls \ - test_solr_settings_1.xml test_solr_settings_2.xml test_solr_settings_3.xml test_solr_settings_4.xml \ + test_solr_settings_1.xml test_solr_settings_2.xml test_solr_settings_3.xml test_solr_settings_4.xml test_solr_settings_5.xml \ test_turbomarcxml.cfg test_turbomarcxml.urls \ test_url.cfg test_url.urls \ test_filter.cfg test_filter.urls \