diff options
| author | Stefan Boberg <[email protected]> | 2022-05-25 14:09:27 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-05-25 14:09:27 +0200 |
| commit | de5ea33889ee2ccf09042360007d6ac54e502a9b (patch) | |
| tree | 946c66a18f6c8ce6134c44cdd0250e934d90d297 | |
| parent | Merge pull request #106 from EpicGames/de/safer-delete-cache-bucket (diff) | |
| download | zen-de5ea33889ee2ccf09042360007d6ac54e502a9b.tar.xz zen-de5ea33889ee2ccf09042360007d6ac54e502a9b.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |