From 09b6c44566e7e4311824d06546f2d652e2ccfc60 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 2 Aug 2010 13:57:05 +0200 Subject: [PATCH] Add missing files for tests (make check) --- test/Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/test/Makefile.am b/test/Makefile.am index e5b9cfe..8642145 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,12 +1,15 @@ # 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 -EXTRA_DIST = run_pazpar2.sh marc21_test.xsl z3950_indexdata_com_marc.xml \ +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_icu.cfg test_icu_urls \ test_post.cfg test_post_urls \ test_settings.cfg test_settings_urls \ + test_turbomarcxml.cfg test_turbomarcxml_urls \ + test_facets.cfg test_facets_urls \ $(check_SCRIPTS) TESTS = $(check_SCRIPTS) @@ -16,9 +19,6 @@ MAINTAINERCLEANFILES = Makefile.in CONFIG_CLEAN_FILES=*.log *.dif dist-hook: - cp ${srcdir}/test_http_*.res $(distdir) - cp ${srcdir}/test_icu_*.res $(distdir) - cp ${srcdir}/test_post_*.res $(distdir) - cp ${srcdir}/test_settings_*.res $(distdir) + cp ${srcdir}/test_*.res $(distdir) mkdir $(distdir)/set2 cp ${srcdir}/set2/*.xml $(distdir)/set2 -- 1.7.10.4