| 1 |
@rem This file was contributed by Ralf Junker, and touched up by |
@rem This file was contributed by Ralf Junker, and touched up by |
| 2 |
@rem Daniel Richard G. Test 10 added by Philip H. |
@rem Daniel Richard G. Test 10 added by Philip H. |
| 3 |
|
@rem Philip H also changed test 3 to use "wintest" files. |
| 4 |
@rem |
@rem |
| 5 |
@rem MS Windows batch file to run pcretest on testfiles with the correct |
@rem MS Windows batch file to run pcretest on testfiles with the correct |
| 6 |
@rem options. |
@rem options. |
| 16 |
|
|
| 17 |
%pcretest% -q %srcdir%\testdata\testinput1 > testout\testoutput1 |
%pcretest% -q %srcdir%\testdata\testinput1 > testout\testoutput1 |
| 18 |
%pcretest% -q %srcdir%\testdata\testinput2 > testout\testoutput2 |
%pcretest% -q %srcdir%\testdata\testinput2 > testout\testoutput2 |
| 19 |
%pcretest% -q %srcdir%\testdata\testinput3 > testout\testoutput3 |
@rem %pcretest% -q %srcdir%\testdata\testinput3 > testout\testoutput3 |
| 20 |
|
%pcretest% -q %srcdir%\testdata\wintestinput3 > testout\wintestoutput3 |
| 21 |
%pcretest% -q %srcdir%\testdata\testinput4 > testout\testoutput4 |
%pcretest% -q %srcdir%\testdata\testinput4 > testout\testoutput4 |
| 22 |
%pcretest% -q %srcdir%\testdata\testinput5 > testout\testoutput5 |
%pcretest% -q %srcdir%\testdata\testinput5 > testout\testoutput5 |
| 23 |
%pcretest% -q %srcdir%\testdata\testinput6 > testout\testoutput6 |
%pcretest% -q %srcdir%\testdata\testinput6 > testout\testoutput6 |
| 29 |
fc /n %srcdir%\testdata\testoutput1 testout\testoutput1 |
fc /n %srcdir%\testdata\testoutput1 testout\testoutput1 |
| 30 |
fc /n %srcdir%\testdata\testoutput2 testout\testoutput2 |
fc /n %srcdir%\testdata\testoutput2 testout\testoutput2 |
| 31 |
rem fc /n %srcdir%\testdata\testoutput3 testout\testoutput3 |
rem fc /n %srcdir%\testdata\testoutput3 testout\testoutput3 |
| 32 |
|
fc /n %srcdir%\testdata\wintestoutput3 testout\wintestoutput3 |
| 33 |
fc /n %srcdir%\testdata\testoutput4 testout\testoutput4 |
fc /n %srcdir%\testdata\testoutput4 testout\testoutput4 |
| 34 |
fc /n %srcdir%\testdata\testoutput5 testout\testoutput5 |
fc /n %srcdir%\testdata\testoutput5 testout\testoutput5 |
| 35 |
fc /n %srcdir%\testdata\testoutput6 testout\testoutput6 |
fc /n %srcdir%\testdata\testoutput6 testout\testoutput6 |