Skip to content

Commit a13cc91

Browse files
I removed the sentence about tests being defined in CMakeLists.txt from the 'Running Tests' section in README.md, based on your feedback.
1 parent c81ed4d commit a13cc91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,16 @@ Furthermore, macOS uses weak linking for its OpenGL library, which essentially e
112112
./offscreen --gles 2
113113
```
114114

115+
## Running Tests
116+
117+
First, ensure you have built the project as described in the 'Build & run' section above.
118+
119+
Tests are run from the build directory using `ctest -C <BUILD_TYPE>`. For example, to run tests for the Release build type:
120+
121+
```bash
122+
ctest -C Release
123+
```
124+
115125

116126
## Context Notes
117127

0 commit comments

Comments
 (0)