Skip to content

Commit e8ede1e

Browse files
authored
Merge pull request #3 from kintel/refine-readme-testing-docs-again
Add test instructions to readme
2 parents 8b0baca + a13cc91 commit e8ede1e

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)