From d62e379ef219235d2cddbc688f040dbff969220a Mon Sep 17 00:00:00 2001 From: Martin Moene Date: Mon, 16 Sep 2024 21:09:33 +0200 Subject: [PATCH] Add Search for C++17 and - C++20 to section Other test frameworks --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 56c69c6..86882f7 100644 --- a/README.md +++ b/README.md @@ -594,6 +594,8 @@ This [comparison of Catch, doctest and lest](https://github.com/martinmoene/catc - [Search for C++98 test frameworks on GitHub](https://github.com/search?q=language%3AC%2B%2B+98+test+framework&type=Repositories&ref=advsearch) - [Search for C++11 test frameworks on GitHub](https://github.com/search?q=language%3AC%2B%2B+11+test+framework&type=Repositories&ref=advsearch) - [Search for C++14 test frameworks on GitHub](https://github.com/search?q=language%3AC%2B%2B+14+test+framework&type=Repositories&ref=advsearch) +- [Search for C++17 test frameworks on GitHub](https://github.com/search?q=language%3AC%2B%2B+17+test+framework&type=Repositories&ref=advsearch) +- [Search for C++20 test frameworks on GitHub](https://github.com/search?q=language%3AC%2B%2B+20+test+framework&type=Repositories&ref=advsearch) - [List of C++ unit testing frameworks](http://en.wikipedia.org/wiki/List_of_unit_testing_frameworks#C.2B.2B) at Wikipedia.