links to examples

This commit is contained in:
John 2024-02-14 15:53:04 +00:00
parent 815c4b752e
commit bcc75def1b

View File

@ -29,3 +29,10 @@ make
ctest
```
This will run the googletest tests as well as the cotest tests. Use `-R ^co` for just the cotest tests.
## Selected examples
- [Unit tests](coroutines/test/cotest-mutex.cc) for a code sample that (mis-)uses a mutex.
- [Examples](coroutines/test/cotest-serverised.cc) of _serverised_ testing style.
There are many more cotest scripts in [`test/`](coroutines/test/)