Skip to content

Repository files navigation

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.

About

Minimalist C++ test definition framework

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages