summaryrefslogtreecommitdiff
path: root/RunTest.bat
diff options
context:
space:
mode:
authornigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:41:42 +0000
committernigel <nigel@2f5784b3-3f2a-0410-8824-cb99058d5e15>2007-02-24 21:41:42 +0000
commit876a1a775acdc16384b603754a67010ca8e80cda (patch)
treee9b25e0bf3c35e0455cdffef8f42cb72ca3c31f3 /RunTest.bat
parent78d9c9e331dc39ca5131981dd347b7b3aeca459f (diff)
downloadpcre-876a1a775acdc16384b603754a67010ca8e80cda.tar.gz
Load pcre-7.0 into code/trunk.
git-svn-id: svn://vcs.exim.org/pcre/code/trunk@93 2f5784b3-3f2a-0410-8824-cb99058d5e15
Diffstat (limited to 'RunTest.bat')
-rw-r--r--RunTest.bat20
1 files changed, 20 insertions, 0 deletions
diff --git a/RunTest.bat b/RunTest.bat
new file mode 100644
index 0000000..f9b3519
--- /dev/null
+++ b/RunTest.bat
@@ -0,0 +1,20 @@
+rem This file was contributed by Ralf Junker.
+rem
+rem MS Windows batch file to run pcretest on testfiles with the correct options.
+rem
+rem Assumes that this file as well as pcretest.exe is located in the PCRE root folder.
+rem
+rem Output written to a newly generated subfolder named "testdata".
+
+if not exist .\testout\ md .\testout\
+
+pcretest -q testdata\testinput1 > testout\testoutput1
+pcretest -q testdata\testinput2 > testout\testoutput2
+pcretest -q testdata\testinput3 > testout\testoutput3
+pcretest -q testdata\testinput4 > testout\testoutput4
+pcretest -q testdata\testinput5 > testout\testoutput5
+pcretest -q testdata\testinput6 > testout\testoutput6
+pcretest -q -dfa testdata\testinput7 > testout\testoutput7
+pcretest -q -dfa testdata\testinput8 > testout\testoutput8
+pcretest -q -dfa testdata\testinput9 > testout\testoutput9
+