Jim-Marsden / Cest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cest

A header only compile time c++20 unit testing library! No macros, and will work exactly the same in modules.

Why compile time? Because UB and anything from the free store must be cleaned up in a compile time context.

Why my Cest? No macros, no run time cost, minimual compile time costs.

About

License:Apache License 2.0


Languages

Language:C++ 97.0%Language:CMake 3.0%