| 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. |
@rem Daniel Richard G. Test 10 added by Philip H. |
| 3 |
@rem |
@rem |
| 4 |
@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 |
| 5 |
@rem options. |
@rem options. |
| 22 |
%pcretest% -q -dfa %srcdir%\testdata\testinput7 > testout\testoutput7 |
%pcretest% -q -dfa %srcdir%\testdata\testinput7 > testout\testoutput7 |
| 23 |
%pcretest% -q -dfa %srcdir%\testdata\testinput8 > testout\testoutput8 |
%pcretest% -q -dfa %srcdir%\testdata\testinput8 > testout\testoutput8 |
| 24 |
%pcretest% -q -dfa %srcdir%\testdata\testinput9 > testout\testoutput9 |
%pcretest% -q -dfa %srcdir%\testdata\testinput9 > testout\testoutput9 |
| 25 |
|
%pcretest% -q %srcdir%\testdata\testinput10 > testout\testoutput10 |
| 26 |
|
|
| 27 |
fc /n %srcdir%\testdata\testoutput1 testout\testoutput1 |
fc /n %srcdir%\testdata\testoutput1 testout\testoutput1 |
| 28 |
fc /n %srcdir%\testdata\testoutput2 testout\testoutput2 |
fc /n %srcdir%\testdata\testoutput2 testout\testoutput2 |
| 33 |
fc /n %srcdir%\testdata\testoutput7 testout\testoutput7 |
fc /n %srcdir%\testdata\testoutput7 testout\testoutput7 |
| 34 |
fc /n %srcdir%\testdata\testoutput8 testout\testoutput8 |
fc /n %srcdir%\testdata\testoutput8 testout\testoutput8 |
| 35 |
fc /n %srcdir%\testdata\testoutput9 testout\testoutput9 |
fc /n %srcdir%\testdata\testoutput9 testout\testoutput9 |
| 36 |
|
fc /n %srcdir%\testdata\testoutput10 testout\testoutput10 |