From 9a998504bd84543934669e1ef07f5469bf47df13 Mon Sep 17 00:00:00 2001 From: Richard Date: Sun, 14 Jan 2024 22:53:16 -0700 Subject: [PATCH] Add note about how to execute tests --- ReadMe.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ReadMe.md b/ReadMe.md index 5c66736..613207a 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -87,3 +87,6 @@ compilation database is required. This can be generated with the ```shell cmake --preset ninja ``` + +See the documentation on [how to contribute](Contributing.md) for +information about how to execute tests.