Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 297 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 297 Bytes

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.