Skip to content

per-framework/testing.cpp

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published