summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-02-25 17:19:28 +0000
committerph10 <ph10@6239d852-aaf2-0410-a92c-79f79f948069>2015-02-25 17:19:28 +0000
commit3d5a9c3f17c67224f4d375e1230c010577cb123d (patch)
tree94047fd4ce3f684d2a1013bafa44093569ed45f4 /Makefile.am
parent4d636405cfd01ca108c7359d1a79bd1f862d2a38 (diff)
downloadpcre2-3d5a9c3f17c67224f4d375e1230c010577cb123d.tar.gz
Add RunTest.bat for testing under Windows, with appropriate test files.
git-svn-id: svn://vcs.exim.org/pcre2/code/trunk@208 6239d852-aaf2-0410-a92c-79f79f948069
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index a39d5bd..5919be7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -541,8 +541,7 @@ endif # WITH_GCOV
TESTS += RunTest
dist_noinst_SCRIPTS += RunTest
-# FIXME when somebody updates RunTest.bat
-#EXTRA_DIST += RunTest.bat
+EXTRA_DIST += RunTest.bat
## When the 8-bit library is configured, pcre2grep will have been built.
@@ -612,6 +611,8 @@ EXTRA_DIST += \
testdata/testoutput18 \
testdata/testoutput19 \
testdata/testoutputEBC \
+ testdata/wintestinput3 \
+ testdata/wintestoutput3 \
perltest.sh
# RunTest and RunGrepTest should clean up after themselves, but just in case