mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] tests: replace test defines with the unified ENABLE_TEST define
This commit is contained in:
@@ -22,14 +22,13 @@ luminance, MaxCLL, and MaxFALL in the client log.
|
||||
|
||||
```sh
|
||||
cmake -S client -B client/build \
|
||||
-DENABLE_TEST_TRANSPORT=ON \
|
||||
-DENABLE_RENDER_TESTS=ON
|
||||
-DENABLE_TESTS=ON
|
||||
cmake --build client/build
|
||||
ctest --test-dir client/build --output-on-failure \
|
||||
-R render-tests
|
||||
```
|
||||
|
||||
GoogleTest and Weston are required when `ENABLE_RENDER_TESTS` is enabled.
|
||||
GoogleTest and Weston are required when `ENABLE_TESTS` is enabled.
|
||||
Failed cases retain their capture and client log under `/tmp` and print the
|
||||
artifact paths.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user