Skip to content

Commit

Permalink
Replace doctest with Catch2 in the readme (#421)
Browse files Browse the repository at this point in the history
Co-authored-by: Greg Hewett <[email protected]>
  • Loading branch information
glhewett and Greg Hewett authored Oct 31, 2024
1 parent df585c5 commit 6f1e23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ MLSPP requires a few prerequisite libraries in order to fully build.

* [nlohmann::json](https://github.com/nlohmann/json) - Tested with latest versions.
* Cryptography Library - OpenSSL 1.1.1, OpenSSL 3.0, BoringSSL compatible (see details below)
* [doctest](https://github.com/doctest/doctest) - Tested with latest versions. Only required when building the test suite.
* [Catch2](https://github.com/catchorg/Catch2) - Only required when building the test suite.

### Installing Prerequisites

Expand Down

0 comments on commit 6f1e23b

Please sign in to comment.