Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 519 Bytes

File metadata and controls

25 lines (15 loc) · 519 Bytes

HelloWorldTest

The classic first application HelloWorld width Cpp Unit Test Framework

Sources

HelloWorldTest.cpp

CMakeLists.txt

Generate and build

To build this project, open "Console" and type following lines:

mkdir build && cd build
cmake .. 
start HelloWorldTest.sln

Open "Test/Test Explorer" with Ctrl+E,t, select "HelloWorldRTest" test and type Ctrl+R,t to build and run tests.

Output

Screenshot