mirror of
https://github.com/google/googletest.git
synced 2026-02-09 11:16:46 +08:00
Update README.md
This commit is contained in:
parent
51448f4a53
commit
0bbd8a61c6
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user