From 6a9b517f375cc008fc10da7ed7c86272e38add60 Mon Sep 17 00:00:00 2001 From: DNKpp Date: Mon, 21 Oct 2024 15:59:17 +0200 Subject: [PATCH] docs: add Doctest to the adapter list --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 38d45b59c..0385fad6a 100644 --- a/README.md +++ b/README.md @@ -397,9 +397,10 @@ For more details have a look into the ``reporting`` section in the documentation Official adapters exist for the following frameworks: -* [Boost.Test](https://github.com/boostorg/test) -* [Catch2](https://github.com/catchorg) -* [GTest](https://github.com/google/googletest) +* [Boost.Test](https://github.com/boostorg/test) (tested with v1.85.0) +* [Catch2](https://github.com/catchorg) (tested with v3.7.1) +* [Doctest](https://github.com/doctest/doctest) (tested with v2.4.11) +* [GTest](https://github.com/google/googletest) (tested with v1.15.2) ---