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:
Andrea Canciani 2011-03-21 11:08:46 +01:00
parent 77b6563c21
commit 5c798bcf86
3 changed files with 1367 additions and 1381 deletions

1
test/.gitignore vendored
View file

@ -6,6 +6,7 @@ output
Makefile
Makefile.in
ref.hash
ref.list
any2ppm
.any2ppm
.any2ppm.pid

File diff suppressed because it is too large Load diff

1348
test/Makefile.refs Normal file

File diff suppressed because it is too large Load diff