Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 249 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 249 Bytes

Defining a unit test and linking against Boost test

Boost test is a popular unit testing framework in the C++ community, and in this example, we demonstrate how to unit test a simple example code using Boost test.