mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-08 10:18:02 +02:00
test: Improve check-ref-missing
On linux it is impossible to check the missing references because of argument length constraints: make: execvp: /bin/bash: Argument list too long Using a temporary file instead of variable expansion makes it possible to work around this. Makefile.refs is now required to be in lexicographical order, which avoids ordering problems and the risk of duplicated entries (like clipped-surface.ref.png).
This commit is contained in:
parent
77b6563c21
commit
5c798bcf86
3 changed files with 1367 additions and 1381 deletions
1
test/.gitignore
vendored
1
test/.gitignore
vendored
|
|
@ -6,6 +6,7 @@ output
|
|||
Makefile
|
||||
Makefile.in
|
||||
ref.hash
|
||||
ref.list
|
||||
any2ppm
|
||||
.any2ppm
|
||||
.any2ppm.pid
|
||||
|
|
|
|||
1399
test/Makefile.am
1399
test/Makefile.am
File diff suppressed because it is too large
Load diff
1348
test/Makefile.refs
Normal file
1348
test/Makefile.refs
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue