From e07039be397bfed38bf605fc84928ad69de3fe94 Mon Sep 17 00:00:00 2001 From: Erik Rigtorp Date: Tue, 28 Mar 2023 01:21:04 -0500 Subject: [PATCH] Added clean-test, promising macro-free test framework --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a43cd1d..ca24c70 100644 --- a/README.md +++ b/README.md @@ -145,9 +145,10 @@ libraries with novel use of new C++ features. * [Approval Tests for C++](https://github.com/approvals/ApprovalTests.cpp) - Native ApprovalTests for C++ on Linux, Mac and Windows. * [autocheck](https://github.com/thejohnfreeman/autocheck) - QuickCheck and SmallCheck clones for C++. * [Bandit](https://banditcpp.github.io/bandit/) - A header-only framework for C++11 that wants to make working with unit tests a pleasant experience. -* [Boost.Test](https://www.boost.org/doc/libs/1_70_0/libs/test/doc/html/index.html) - Boost testing framework. * [Boost:UT](https://boost-ext.github.io/ut/) - C++20 μ(micro)/Unit Testing framework, single-header, without need for macros. +* [Boost.Test](https://www.boost.org/doc/libs/1_81_0/libs/test/doc/html/index.html) - Boost testing framework. * [Catch](https://github.com/catchorg/Catch2) 🔥 - A modern, C++-native, header-only, framework for unit-tests, TDD and BDD. +* [clean-test](https://github.com/clean-test/clean-test) - A modern C++-20 testing framework. * [doctest](https://github.com/onqtam/doctest) 🚀 - The fastest feature-rich C++11/14/17/20 single-header testing framework for unit tests and TDD. * [Fakeit](https://github.com/eranpeer/FakeIt) - C++ mocking made easy. A simple yet very expressive, headers only library for c++ mocking. * [Googletest](https://github.com/google/googletest) - Google Testing and Mocking Framework.