From dc58e5a3b0fa4f9e0266a3e5d3609fc2c468ff3f Mon Sep 17 00:00:00 2001 From: tocic Date: Tue, 7 Feb 2023 11:53:52 +0300 Subject: [PATCH] Add snitch testing lib --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9caca28..eab78fe 100644 --- a/README.md +++ b/README.md @@ -152,6 +152,7 @@ libraries with novel use of new C++ features. * [Googletest](https://github.com/google/googletest) - Google Testing and Mocking Framework. * [Mull](https://github.com/mull-project/mull) - Practical mutation testing tool for C and C++ * [rapidcheck](https://github.com/emil-e/rapidcheck) - QuickCheck clone for C++. +* [snitch](https://github.com/cschreib/snitch) - Lightweight C++20 testing framework. ### Benchmarking