aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2022-05-25 14:09:27 +0200
committerGitHub <[email protected]>2022-05-25 14:09:27 +0200
commitde5ea33889ee2ccf09042360007d6ac54e502a9b (patch)
tree946c66a18f6c8ce6134c44cdd0250e934d90d297
parentMerge pull request #106 from EpicGames/de/safer-delete-cache-bucket (diff)
downloadzen-de5ea33889ee2ccf09042360007d6ac54e502a9b.tar.xz
zen-de5ea33889ee2ccf09042360007d6ac54e502a9b.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d3fc465dd..0c418324f 100644
--- a/README.md
+++ b/README.md
@@ -207,7 +207,7 @@ is incredibly handy. When that is installed you may enable auto-attach to child
* `zencore-test` exercises unit tests in the zencore project
* `zenserver-test` exercises the zen server itself (functional tests)
-The tests are implemented using [doctest](https://github.com/onqtam/doctest), which is similar to Catch in usage.
+The tests are implemented using [doctest](https://github.com/onqtam/doctest), which is similar to Catch in usage. We now also support [catch2](https://github.com/catchorg/Catch2)
# Adding a http.sys URL reservation (Windows only)