From bcc75def1bec90abbe9e46efb4742f44769f1767 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 14 Feb 2024 15:53:04 +0000 Subject: [PATCH] links to examples --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3aaed616..6ab18092 100644 --- a/README.md +++ b/README.md @@ -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/)