X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=test%2FMakefile.am;h=2058ab45373bf6261f30948655eccadc26d5f64e;hb=2d6ca35bd10a7cd633ab471ebbb146d25d8c29b0;hp=10b50e58bd0f4bc77501ff84d1376c5a6289805c;hpb=b81e1412292c42776840ef95645af8dca61ff6cc;p=pazpar2-moved-to-github.git diff --git a/test/Makefile.am b/test/Makefile.am index 10b50e5..2058ab4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,16 +1,18 @@ # 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 -# Need newer yaz: test_solr.sh +check_SCRIPTS = test_http.sh test_icu.sh test_post.sh \ + test_settings.sh test_turbomarcxml.sh test_facets.sh \ + test_solr.sh EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl \ z3950_indexdata_com_marc.xml \ gils_service.xml marc_service.xml marc21.mmap \ - test_http.cfg test_http.urls \ + test_facets.cfg test_facets.urls \ test_icu.cfg test_icu.urls \ + test_http.cfg test_http.urls \ test_post.cfg test_post.urls \ test_settings.cfg test_settings.urls \ + test_solr.cfg test_solr.urls \ test_turbomarcxml.cfg test_turbomarcxml.urls \ - test_facets.cfg test_facets.urls \ $(check_SCRIPTS) TESTS = $(check_SCRIPTS)