Lines Matching refs:pcre2test
3 @rem MS Windows batch file to run pcre2test on testfiles with the correct
5 @rem and requires both pcre2test and pcre2grep.
45 if [%pcre2test%]==[] set pcre2test=.\pcre2test.exe variable
48 echo pcre2test=%pcre2test%
50 if NOT exist %pcre2test% (
51 echo Error: %pcre2test% not found!
57 %pcre2test% -C linksize >NUL
59 %pcre2test% -C pcre2-8 >NUL
61 %pcre2test% -C pcre2-16 >NUL
63 %pcre2test% -C pcre2-32 >NUL
65 %pcre2test% -C unicode >NUL
67 %pcre2test% -C jit >NUL
69 %pcre2test% -C backslash-C >NUL
153 @echo RunTest.bat's pcre2test output is written to newly created subfolders
223 @rem Function to execute pcre2test and compare the output
229 @rem 4 - 9 = pcre2test options
259 %pcre2test% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% >%2%bits%\%testoutput%
262 …echo. %pcre2test% %mode% %4 %5 %6 %7 %8 %9 %srcdir%\testdata\%testinput% ^>%2%bits%\%te…
266 …%pcre2test% %mode% %4 %5 %6 %7 %8 %9 -error -70,-62,-2,-1,0,100,101,191,200 >>%2%bits%\%testoutput%