You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.