Update README.md

This commit is contained in:
John Graley 2024-02-14 18:02:24 +00:00 committed by GitHub
parent 51448f4a53
commit 0bbd8a61c6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ Cotest supports multiple test coroutines: these will _see_ mock calls with prior
Cotest permits multiple overlapping launches of code under test: in the coroutine model there is no freely concurrent execution,
but a test coroutine can control the order in which overlapping mock calls return.
This project is a fork of Google Test, and changes to gtest/gmock source code have been kept minimal.
This project is a fork of Google Test, and changes to gtest/gmock source code have been kept minimal. C++14.
## To build and run the tests