Lines Matching refs:pcretest
3 @rem and requires both pcretest and pcregrep
11 @rem MS Windows batch file to run pcretest on testfiles with the correct
38 if [%pcretest%]==[] set pcretest=.\pcretest.exe
41 echo pcretest=%pcretest%
43 if NOT exist %pcretest% (
44 echo Error: %pcretest% not found!
50 %pcretest% -C linksize >NUL
52 %pcretest% -C pcre8 >NUL
54 %pcretest% -C pcre16 >NUL
56 %pcretest% -C pcre32 >NUL
58 %pcretest% -C utf >NUL
60 %pcretest% -C ucp >NUL
62 %pcretest% -C jit >NUL
155 @echo RunTest.bat's pcretest output is written to newly created subfolders named
228 @rem Function to execute pcretest and compare the output
234 @rem 4 - 9 = pcretest options
259 %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput%
262 echo. %pcretest% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%testoutput%