Shows how to use Win32 UnitTest (c++17).
- HelloWorlds The classic first application HelloWorld.
To build this project, open "Console" and type following lines:
mkdir build && cd build
cmake ..
start Win32.UnitTests.sln
Open "Test/Test Explorer" with Ctrl+E,t and type Ctrl+R,v to build and run all tests.