X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=e6521da77ed7428994ba3bd20da0c47a80d16db8;hb=7087f7cc9945cfacfbe7341a1099eef773914772;hp=e2121e8f9eabe75ef2989e2baa2af222d08dbd0c;hpb=3638b9f1f4ea4b8786cc792d8a9e21d4475a3155;p=pazpar2-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index e2121e8..e6521da 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 EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl solr-pz2.xsl \ z3950_indexdata_com_marc.xml \ @@ -13,6 +13,7 @@ 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 \ $(check_SCRIPTS) TESTS = $(check_SCRIPTS)