C++11
unit testing library header only.
Copy include/test.hpp
to your project.
#include "test.hpp"
namespace:::test
function/class:::test::*
macro:TEST_*
namespace:::test::detail
function/class:::test::detail::*
macro:__TEST_*
Refer to tests/test_test.hpp
.