terminal/tools/runuia.cmd
Michael Ratanapintha d24d647c0d Turn on Text Buffer unit tests in Azure DevOps CI build (#1057)
* rename TextBuffer.UnitTests.dll -> TextBuffer.Unit.Tests.dll

* renamed the project file as well
2019-05-29 19:51:17 -07:00

16 lines
382 B
Batchfile

@echo off
rem Run the console UI Automation tests.
rem Keep this file in sync with tests.xml
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 ^
%*