mirror of
https://gitlab.freedesktop.org/emersion/libdisplay-info.git
synced 2024-12-25 21:59:08 +01:00
readme: mention edid-decode version
I was scratching my head for a good while, why does the test suite fail
straight out of upstream on one EDID file. Turns out I was using a
different version of edid-decode than CI, which caused the recorded diff
patch to fail to apply. I was missing
41507c0b5f
"ci: update edid-decode"
Make an explicit note about this dependency.
Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
This commit is contained in:
parent
50ce9c73f5
commit
6d7ce6dbd8
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ contains a small collection of EDID blobs and diffs between upstream
|
|||
up-to-date. A patch should never make the diffs grow larger. To add a new EDID
|
||||
blob or update a diff, use `test/edid-decode-diff.sh test/data/<edid>`.
|
||||
|
||||
To run the test suite locally, you need to use [edid-decode] of the git
|
||||
revision mentioned in `.gitlab-ci.yml`. Otherwise you may experience false
|
||||
failures.
|
||||
|
||||
The latest code coverage report is available on [GitLab CI][coverage].
|
||||
|
||||
## Fuzzing
|
||||
|
|
Loading…
Reference in a new issue