From a13cc91063f50e3851b705af9c79cec4427e4aee Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 02:27:35 +0000 Subject: [PATCH] I removed the sentence about tests being defined in CMakeLists.txt from the 'Running Tests' section in README.md, based on your feedback. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e25ca8e..1a223f8 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,16 @@ Furthermore, macOS uses weak linking for its OpenGL library, which essentially e ./offscreen --gles 2 ``` +## Running Tests + +First, ensure you have built the project as described in the 'Build & run' section above. + +Tests are run from the build directory using `ctest -C `. For example, to run tests for the Release build type: + +```bash +ctest -C Release +``` + ## Context Notes