terminal/tools/runuia.cmd
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

15 lines
339 B
Batchfile

@echo off
rem Run the console UI Automation tests.
rem Get AppDriver going first... You'll have to close it yourself.
start %OPENCON%\dep\WinAppDriver\WinAppDriver.exe
rem Then run the tests.
call %TAEF% ^
%OPENCON%\bin\%ARCH%\Debug\Conhost.UIA.Tests.dll ^
/p:VtApp=%OPENCON%\bin\%ARCH%\Debug\VtApp.exe ^
%*