terminal/tools/testcon.cmd
Josh Soref a13ccfd0f5
Fix a bunch of spelling errors across the project (#4295)
Generated by https://github.com/jsoref/spelling `f`; to maintain your repo, please consider `fchurn`

I generally try to ignore upstream bits. I've accidentally included some items from the `deps/` directory. I expect someone will give me a list of items to drop, I'm happy to drop whole files/directories, or to split the PR into multiple items (E.g. comments/locals/public).

Closes #4294
2020-02-10 20:40:01 +00: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 separate 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 ^
%*