Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 512 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 512 Bytes

Win32.UnitTest Examples

Shows how to use Win32 UnitTest (c++17).

win32

Hello World

  • HelloWorlds The classic first application HelloWorld.

Generate and build

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.