X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=a40eabbd733f6370fd76e2f6cc681c7155b1c286;hb=ca42e8d5e3eb51675d75a58d622b9ca4231fd526;hp=e2121e8f9eabe75ef2989e2baa2af222d08dbd0c;hpb=3638b9f1f4ea4b8786cc792d8a9e21d4475a3155;p=pazpar2-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index e2121e8..a40eabb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,7 +1,7 @@ # This file is part of Pazpar2. check_SCRIPTS = test_http.sh test_icu.sh test_post.sh \ test_settings.sh test_turbomarcxml.sh test_facets.sh \ - test_solr.sh + test_solr.sh test_url.sh test_filter.sh EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl solr-pz2.xsl \ z3950_indexdata_com_marc.xml \ @@ -13,6 +13,8 @@ EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl solr-pz2.xsl \ test_settings.cfg test_settings.urls \ test_solr.cfg test_solr.urls \ test_turbomarcxml.cfg test_turbomarcxml.urls \ + test_url.cfg test_url.urls \ + test_filter.cfg test_filter.urls \ $(check_SCRIPTS) TESTS = $(check_SCRIPTS)