terminal/src/terminal/parser/runfuzz.bat
Dustin Howett d4d59fa339 Initial release of the Windows Terminal source code
This commit introduces all of the Windows Terminal and Console Host source,
under the MIT license.
2019-05-02 15:29:04 -07:00

8 lines
294 B
Batchfile

mkdir %_NTTREE%\unittests\ft_fuzzer
CALL .\ft_fuzzer\run.bat 10 %_NTTREE%\unittests\ft_fuzzer
for /f %%f in ('dir /B %_NTTREE%\unittests\ft_fuzzer\*.bin') DO (
CALL .\ft_fuzzwrapper\run.bat %%f 0
CALL .\ft_fuzzwrapper\run.bat %%f 1200
CALL .\ft_fuzzwrapper\run.bat %%f 437
)