terminal/src/cascadia/UnitTests_Control
Mike Griese 24b9a7a247
Create a control unittesting project (#9677)
Does what it says on the can.

This is a follow up to #9472. Now that we have a control .lib, we can add tests for it. 

Unfortunately, the `TermControl` itself is a horrible mess. So this new unittest lib is empty for now. I'm working on actual tests as a part of #6842, but this PR is here to keep the diffs smaller.

Also, apparently `server.vcxproj` had the wrong GUID in it.

* [x] I work here
* [x] Adds tests
2021-04-05 16:07:55 +00:00
..
Control.UnitTests.vcxproj Create a control unittesting project (#9677) 2021-04-05 16:07:55 +00:00
ControlCoreTests.cpp Create a control unittesting project (#9677) 2021-04-05 16:07:55 +00:00
pch.cpp Create a control unittesting project (#9677) 2021-04-05 16:07:55 +00:00
pch.h Create a control unittesting project (#9677) 2021-04-05 16:07:55 +00:00
UnitTests_Control.def Create a control unittesting project (#9677) 2021-04-05 16:07:55 +00:00