summaryrefslogtreecommitdiff
path: root/RunTest.bat
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-17 10:33:10 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-09-17 10:33:10 +0000
commit7db16ba3c10dc197fb02335118d5b53f6dd53c59 (patch)
treec108458c1aea87cc6eca894bccc6cf2ddadffa79 /RunTest.bat
parent9675b21a75d1c07540a2524684ad271106d0024a (diff)
downloadpcre-7db16ba3c10dc197fb02335118d5b53f6dd53c59.tar.gz
Version of Test 3 for Windows.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@249 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest.bat')
-rw-r--r--RunTest.bat5
1 files changed, 4 insertions, 1 deletions
diff --git a/RunTest.bat b/RunTest.bat
index 57dbc00..70517d0 100644
--- a/RunTest.bat
+++ b/RunTest.bat
@@ -1,5 +1,6 @@
@rem This file was contributed by Ralf Junker, and touched up by
@rem Daniel Richard G. Test 10 added by Philip H.
+@rem Philip H also changed test 3 to use "wintest" files.
@rem
@rem MS Windows batch file to run pcretest on testfiles with the correct
@rem options.
@@ -15,7 +16,8 @@ if not exist testout md testout
%pcretest% -q %srcdir%\testdata\testinput1 > testout\testoutput1
%pcretest% -q %srcdir%\testdata\testinput2 > testout\testoutput2
-%pcretest% -q %srcdir%\testdata\testinput3 > testout\testoutput3
+@rem %pcretest% -q %srcdir%\testdata\testinput3 > testout\testoutput3
+%pcretest% -q %srcdir%\testdata\wintestinput3 > testout\wintestoutput3
%pcretest% -q %srcdir%\testdata\testinput4 > testout\testoutput4
%pcretest% -q %srcdir%\testdata\testinput5 > testout\testoutput5
%pcretest% -q %srcdir%\testdata\testinput6 > testout\testoutput6
@@ -27,6 +29,7 @@ if not exist testout md testout
fc /n %srcdir%\testdata\testoutput1 testout\testoutput1
fc /n %srcdir%\testdata\testoutput2 testout\testoutput2
rem fc /n %srcdir%\testdata\testoutput3 testout\testoutput3
+fc /n %srcdir%\testdata\wintestoutput3 testout\wintestoutput3
fc /n %srcdir%\testdata\testoutput4 testout\testoutput4
fc /n %srcdir%\testdata\testoutput5 testout\testoutput5
fc /n %srcdir%\testdata\testoutput6 testout\testoutput6