mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-02 05:12:02 +00:00
[client] tests: add lgmp transport tests and update github workflow
This commit is contained in:
@@ -26,7 +26,7 @@ cmake -S client -B client/build \
|
||||
-DENABLE_RENDER_TESTS=ON
|
||||
cmake --build client/build
|
||||
ctest --test-dir client/build --output-on-failure \
|
||||
-R looking-glass-render-tests
|
||||
-R render-tests
|
||||
```
|
||||
|
||||
GoogleTest and Weston are required when `ENABLE_RENDER_TESTS` is enabled.
|
||||
@@ -37,7 +37,7 @@ To exercise native HDR on the current Wayland session instead of the headless
|
||||
SDR compositor:
|
||||
|
||||
```sh
|
||||
client/build/tests/looking-glass-render-tests \
|
||||
client/build/tests/render-tests \
|
||||
--gtest_filter='*rgba10*:*rgba16f*'
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user