Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 670 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 670 Bytes

Minimalist C++ test definition framework.

#include "testing_v1/test.hpp"

using namespace testing_v1;

auto a_test = test([]() { verify(1 + 1 == 2); });

See synopsis.hpp for the API.