From 9632e0438f027881e766b137af92fc809042d1a1 Mon Sep 17 00:00:00 2001 From: Dennis Schafroth Date: Thu, 20 Sep 2012 15:53:51 +0200 Subject: [PATCH] Add test_sort to test suite --- test/Makefile.am | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index 0c67bee..eeffaf9 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,11 +1,11 @@ # This file is part of Pazpar2. # These tests require a Solr target -solr_tests = test_solr.sh test_termlist_block.sh test_limit_limitmap.sh +solr_tests = test_solr.sh test_termlist_block.sh test_limit_limitmap.sh test_sort.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_tmarc.sh \ - $(solr_tests) + $(solr_tests) EXTRA_DIST = run_pazpar2.sh marc21_test.xsl tmarc.xsl solr-pz2.xsl \ z3950_indexdata_com_marc.xml \ @@ -17,6 +17,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_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_sort.cfg test_sort.urls \ + test_sort_settings.xml \ test_turbomarcxml.cfg test_turbomarcxml.urls \ test_url.cfg test_url.urls \ test_filter.cfg test_filter.urls \ -- 1.7.10.4