Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <BUILD_TYPE>`. For example, to run tests for the Release build type:

```bash
ctest -C Release
```


## Context Notes

Expand Down
Loading