mirror of
https://github.com/microsoft/terminal.git
synced 2026-07-08 17:56:28 +00:00
This commit introduces all of the Windows Terminal and Console Host source, under the MIT license.
11 lines
551 B
XML
11 lines
551 B
XML
|
|
<tests>
|
|
<test name="host" type="unit" binary="Conhost.Unit.Tests.dll" />
|
|
<test name="textbuffer" type="unit" binary="TextBuffer.Unittests.dll" />
|
|
<test name="interactivityWin32" type="unit" binary="Conhost.Interactivity.Win32.Unit.Tests.dll" />
|
|
<test name="terminal" type="unit" binary="ConParser.Unit.Tests.dll" />
|
|
<test name="adapter" type="unit" binary="ConAdapter.Unit.Tests.dll" />
|
|
<test name="feature" type="ft" binary="Conhost.Feature.Tests.dll" />
|
|
<test name="uia" type="ft" binary="Conhost.UIA.Tests.dll" />
|
|
</tests>
|