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

19 lines
667 B
Batchfile

@echo off
rem Run the console tests.
rem I couldn't come up with a good way to combine the ft and ut lists
rem automatically, so this is manually updated for now :(
rem NOTE: UIA tests are still seperate because they takeover your mouse/keyboard.
rem Run them on your own.
call %TAEF% ^
%OPENCON%\bin\%ARCH%\Debug\ConHost.Api.Tests.dll ^
%OPENCON%\bin\%ARCH%\Debug\ConHost.Resize.Tests.dll ^
%OPENCON%\bin\%ARCH%\Debug\Conhost.Unit.Tests.dll ^
%OPENCON%\bin\%ARCH%\Debug\ConHost.CJK.Tests.dll ^
%OPENCON%\bin\%ARCH%\Debug\ConParser.Unit.Tests.dll ^
%OPENCON%\bin\%ARCH%\Debug\ConAdapter.Unit.Tests.dll ^
%*