[libxslt] Add missing tests to dist tarball
- From: Nick Wellnhofer <nwellnhof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libxslt] Add missing tests to dist tarball
- Date: Fri, 29 Apr 2016 16:09:47 +0000 (UTC)
commit 8683eb865bfd41eefaaec4c2ff41f85c6ddab849
Author: Nick Wellnhofer <wellnhofer aevum de>
Date: Fri Apr 29 17:44:45 2016 +0200
Add missing tests to dist tarball
tests/REC/Makefile.am | 3 +++
tests/docs/Makefile.am | 7 +++++++
tests/exslt/crypto/Makefile.am | 3 ++-
tests/exslt/date/Makefile.am | 2 +-
tests/exslt/saxon/Makefile.am | 4 ++--
tests/exslt/strings/Makefile.am | 8 +++++---
tests/extensions/Makefile.am | 1 +
tests/general/Makefile.am | 10 ++++++++--
8 files changed, 29 insertions(+), 9 deletions(-)
---
diff --git a/tests/REC/Makefile.am b/tests/REC/Makefile.am
index 7ca6db7..8b185fc 100644
--- a/tests/REC/Makefile.am
+++ b/tests/REC/Makefile.am
@@ -6,6 +6,7 @@ $(top_builddir)/xsltproc/xsltproc:
EXTRA_DIST = \
article.xsl bigfont.xsl \
test-10-1.out test-10-1.xml test-10-1.xsl \
+ test-10-2.out test-10-2.xml test-10-2.xsl \
test-11.2-1.out test-11.2-1.xml test-11.2-1.xsl \
test-11.2-2.out test-11.2-2.xml test-11.2-2.xsl \
test-11.2-3.out test-11.2-3.xml test-11.2-3.xsl \
@@ -45,6 +46,7 @@ EXTRA_DIST = \
test-5.2-19.out test-5.2-19.xml test-5.2-19.xsl \
test-5.2-20.out test-5.2-20.xml test-5.2-20.xsl \
test-5.2-21.out test-5.2-21.xml test-5.2-21.xsl \
+ test-5.2-22.out test-5.2-22.xml test-5.2-22.xsl \
test-5.3.out test-5.3.xml test-5.3.xsl \
test-5.4-1.out test-5.4-1.xml test-5.4-1.xsl \
test-5.4-2.out test-5.4-2.xml test-5.4-2.xsl \
@@ -53,6 +55,7 @@ EXTRA_DIST = \
test-5.4-5.out test-5.4-5.xml test-5.4-5.xsl \
test-5.8.out test-5.8.xml test-5.8.xsl \
test-6.out test-6.xml test-6.xsl \
+ test-6.1.out test-6.1.xml test-6.1.xsl test-6.1.err \
test-7.1.1.out test-7.1.1.xml test-7.1.1.xsl \
test-7.1.1-2.out test-7.1.1-2.xml test-7.1.1-2.xsl \
test-7.1.1-3.out test-7.1.1-3.xml test-7.1.1-3.xsl \
diff --git a/tests/docs/Makefile.am b/tests/docs/Makefile.am
index e3a4aef..15b1b99 100644
--- a/tests/docs/Makefile.am
+++ b/tests/docs/Makefile.am
@@ -181,7 +181,14 @@ EXTRA_DIST = \
bug-180.xml \
bug-181.xml \
bug-182.xml \
+ bug-183.xml \
+ bug-184.xml \
+ bug-185-data.xml \
+ bug-185.xml \
+ bug-186.xml \
+ bug-187.xml \
character.xml \
+ date_add.xml \
array.xml \
items.xml
diff --git a/tests/exslt/crypto/Makefile.am b/tests/exslt/crypto/Makefile.am
index 01c31a3..0edb15b 100644
--- a/tests/exslt/crypto/Makefile.am
+++ b/tests/exslt/crypto/Makefile.am
@@ -4,7 +4,8 @@ $(top_builddir)/xsltproc/xsltproc:
@(cd ../../../xsltproc ; $(MAKE) xsltproc)
EXTRA_DIST = \
- md5.1.out md5.1.xml md5.1.xsl
+ crypt.1.out crypt.1.xml crypt.1.xsl \
+ hash.1.out hash.1.xml hash.1.xsl
CLEANFILES = .memdump
diff --git a/tests/exslt/date/Makefile.am b/tests/exslt/date/Makefile.am
index 6e9ffd8..ec1b896 100644
--- a/tests/exslt/date/Makefile.am
+++ b/tests/exslt/date/Makefile.am
@@ -26,7 +26,7 @@ EXTRA_DIST = \
add-duration.1.out add-duration.1.xml add-duration.1.xsl \
add-duration.2.out add-duration.2.xml add-duration.2.xsl \
sum.1.out sum.1.xml sum.1.xsl \
- sum.2.out sum.2.xml sum.2.xsl \
+ sum.2.out sum.2.xml sum.2.xsl sum.2.err \
difference.1.out difference.1.xml difference.1.xsl \
difference.2.out difference.2.xml difference.2.xsl \
duration.1.out duration.1.xml duration.1.xsl \
diff --git a/tests/exslt/saxon/Makefile.am b/tests/exslt/saxon/Makefile.am
index 22d6b62..9e7b316 100644
--- a/tests/exslt/saxon/Makefile.am
+++ b/tests/exslt/saxon/Makefile.am
@@ -5,8 +5,8 @@ $(top_builddir)/xsltproc/xsltproc:
EXTRA_DIST = \
eval.1.out eval.1.xml eval.1.xsl \
- eval.2.out eval.2.xml eval.2.xsl \
- eval.3.out eval.3.xml eval.3.xsl \
+ eval.2.out eval.2.xml eval.2.xsl eval.2.err \
+ eval.3.out eval.3.xml eval.3.xsl eval.3.err \
lineno.1.out lineno.1.xml lineno.1.xsl
CLEANFILES = .memdump
diff --git a/tests/exslt/strings/Makefile.am b/tests/exslt/strings/Makefile.am
index dbd8f7c..41a6ce6 100644
--- a/tests/exslt/strings/Makefile.am
+++ b/tests/exslt/strings/Makefile.am
@@ -4,11 +4,13 @@ $(top_builddir)/xsltproc/xsltproc:
@(cd ../../../xsltproc ; $(MAKE) xsltproc)
EXTRA_DIST = \
+ align.1.xml align.1.xsl align.1.out \
+ padding.1.xml padding.1.xsl padding.1.out \
+ replace.1.xml replace.1.xsl replace.1.out \
+ split.1.xml split.1.xsl split.1.out \
tokenize.1.xml tokenize.1.xsl tokenize.1.out \
tokenize.2.xml tokenize.2.xsl tokenize.2.out \
- tokenize.3.xml tokenize.3.xsl tokenize.3.out \
- split.1.xml split.1.xsl split.1.out \
- replace.1.xml replace.1.xsl replace.1.out
+ tokenize.3.xml tokenize.3.xsl tokenize.3.out
CLEANFILES = .memdump
diff --git a/tests/extensions/Makefile.am b/tests/extensions/Makefile.am
index 17d7e7d..06ac236 100644
--- a/tests/extensions/Makefile.am
+++ b/tests/extensions/Makefile.am
@@ -4,6 +4,7 @@ $(top_builddir)/xsltproc/xsltproc:
@(cd ../../xsltproc ; $(MAKE) xsltproc)
EXTRA_DIST = \
+ evaluate.xml evaluate.xsl evaluate.out \
module.xml module.xsl module.out \
list.xml list.xsl list.out
diff --git a/tests/general/Makefile.am b/tests/general/Makefile.am
index 8b4626f..467b050 100644
--- a/tests/general/Makefile.am
+++ b/tests/general/Makefile.am
@@ -114,7 +114,7 @@ EXTRA_DIST = \
bug-107.out bug-107.xsl \
bug-108.out bug-108.xsl \
bug-109.out bug-109.xsl \
- bug-110.out bug-110.xsl \
+ bug-110.out bug-110.xsl bug-110.err \
bug-111.out bug-111.xsl \
bug-112.out bug-112.xsl \
bug-113.out bug-113.xsl \
@@ -190,10 +190,16 @@ EXTRA_DIST = \
bug-180.out bug-180.xsl bug-180.err \
bug-181.out bug-181.xsl \
bug-182.out bug-182.xsl \
+ bug-183.out bug-183.xsl \
+ bug-184.out bug-184.xsl bug-184.err \
+ bug-185.out bug-185.xsl bug-185.err \
+ bug-186.out bug-186.xsl \
+ bug-187.out bug-187.xsl bug-187.err \
character.out character.xsl \
character2.out character2.xsl \
itemschoose.out itemschoose.xsl \
- inner.xsl date_add.xsl
+ inner.xsl \
+ date_add.out date_add.xsl
CLEANFILES = .memdump
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]