summaryrefslogtreecommitdiff
path: root/RunTest.bat
diff options
context:
space:
mode:
authorph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-07-30 11:37:52 +0000
committerph10 <ph10@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-07-30 11:37:52 +0000
commit223023011f239696dd940cb21128661f68067c88 (patch)
treec39388fc27f1c9cec16eb01d933698266490b8fd /RunTest.bat
parentb71c400d5ca2a9f28d5ea12585d93767184ca9bd (diff)
downloadpcre-223023011f239696dd940cb21128661f68067c88.tar.gz
Addes test 10 to the RunTest.bat file.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@194 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest.bat')
-rw-r--r--RunTest.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/RunTest.bat b/RunTest.bat
index 1db39e5..57dbc00 100644
--- a/RunTest.bat
+++ b/RunTest.bat
@@ -1,5 +1,5 @@
@rem This file was contributed by Ralf Junker, and touched up by
-@rem Daniel Richard G.
+@rem Daniel Richard G. Test 10 added by Philip H.
@rem
@rem MS Windows batch file to run pcretest on testfiles with the correct
@rem options.
@@ -22,6 +22,7 @@ if not exist testout md testout
%pcretest% -q -dfa %srcdir%\testdata\testinput7 > testout\testoutput7
%pcretest% -q -dfa %srcdir%\testdata\testinput8 > testout\testoutput8
%pcretest% -q -dfa %srcdir%\testdata\testinput9 > testout\testoutput9
+%pcretest% -q %srcdir%\testdata\testinput10 > testout\testoutput10
fc /n %srcdir%\testdata\testoutput1 testout\testoutput1
fc /n %srcdir%\testdata\testoutput2 testout\testoutput2
@@ -32,3 +33,4 @@ fc /n %srcdir%\testdata\testoutput6 testout\testoutput6
fc /n %srcdir%\testdata\testoutput7 testout\testoutput7
fc /n %srcdir%\testdata\testoutput8 testout\testoutput8
fc /n %srcdir%\testdata\testoutput9 testout\testoutput9
+fc /n %srcdir%\testdata\testoutput10 testout\testoutput10