From f820454752fafb43c907f5e452cd91e633525173 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 20 Sep 2011 13:14:15 +0200 Subject: [PATCH] make dist: include test_solr.{cfg,urls} --- test/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index b23063e..2058ab4 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -6,12 +6,13 @@ check_SCRIPTS = test_http.sh test_icu.sh test_post.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) -- 1.7.10.4