diff options
| author | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-27 14:20:22 +0300 |
|---|---|---|
| committer | Ivan Molodetskikh <yalterz@gmail.com> | 2025-08-29 10:07:15 +0300 |
| commit | 082d0581b76e280b3d26f2f01695a291f6f55f39 (patch) | |
| tree | 03e140b9eb909a12ff5d1077748f98cb05d6ec5d /docs/wiki | |
| parent | fd6dd826fb40949be2df5c0bf123f911832423d9 (diff) | |
| download | niri-082d0581b76e280b3d26f2f01695a291f6f55f39.tar.gz niri-082d0581b76e280b3d26f2f01695a291f6f55f39.tar.bz2 niri-082d0581b76e280b3d26f2f01695a291f6f55f39.zip | |
Improve filtering for tests that need EGL
This way we don't skip the layout animation tests.
Diffstat (limited to 'docs/wiki')
| -rw-r--r-- | docs/wiki/Packaging-niri.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/wiki/Packaging-niri.md b/docs/wiki/Packaging-niri.md index ea809abf..5c5f16cd 100644 --- a/docs/wiki/Packaging-niri.md +++ b/docs/wiki/Packaging-niri.md @@ -44,6 +44,13 @@ $ export RAYON_NUM_THREADS=2 Don't forget to exclude the development-only `niri-visual-tests` crate when running tests. +Some tests require surfaceless EGL to be available at test time. +If this is problematic, you can skip them like so: + +``` +$ cargo test -- --skip=::egl +``` + You may also want to set the `RUN_SLOW_TESTS=1` environment variable to run the slower tests. ### Version string |
