summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-22 19:58:25 +0000
committerchpe <chpe@2f5784b3-3f2a-0410-8824-cb99058d5e15>2012-10-22 19:58:25 +0000
commitfeb221b61c3bfa2bcfbdc4e4f10c89fe92457a5f (patch)
tree1e4d48d7d51d2287d059539f1c7371535f40f311 /Makefile.am
parent70fa5f16716080d8e1dbf8df856e0b09d9fe96a9 (diff)
downloadpcre-feb221b61c3bfa2bcfbdc4e4f10c89fe92457a5f.tar.gz
build: Add new test input and output files to EXTRA_DIST
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1159 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am20
1 files changed, 16 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index bbd3590..3699c25 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -528,6 +528,10 @@ EXTRA_DIST += \
testdata/testinput20 \
testdata/testinput21 \
testdata/testinput22 \
+ testdata/testinput23 \
+ testdata/testinput24 \
+ testdata/testinput25 \
+ testdata/testinput26 \
testdata/testinputEBC \
testdata/testoutput1 \
testdata/testoutput2 \
@@ -539,19 +543,27 @@ EXTRA_DIST += \
testdata/testoutput8 \
testdata/testoutput9 \
testdata/testoutput10 \
- testdata/testoutput11-16 \
testdata/testoutput11-8 \
+ testdata/testoutput11-16 \
+ testdata/testoutput11-32 \
testdata/testoutput12 \
testdata/testoutput13 \
testdata/testoutput14 \
testdata/testoutput15 \
testdata/testoutput16 \
testdata/testoutput17 \
- testdata/testoutput18 \
+ testdata/testoutput18-16 \
+ testdata/testoutput18-32 \
testdata/testoutput19 \
testdata/testoutput20 \
- testdata/testoutput21 \
- testdata/testoutput22 \
+ testdata/testoutput21-16 \
+ testdata/testoutput21-32 \
+ testdata/testoutput22-16 \
+ testdata/testoutput22-32 \
+ testdata/testoutput23 \
+ testdata/testoutput24 \
+ testdata/testoutput25 \
+ testdata/testoutput26 \
testdata/testoutputEBC \
testdata/wintestinput3 \
testdata/wintestoutput3 \