Tizen 2.0 Release
[framework/graphics/cairo.git] / test / generate_refs.sh
1 #!/bin/bash
2
3 # A very simple script. But sufficient, hopefully, for our current purposes.
4
5 cat <<EOF
6 # Note REFERENCE_IMAGES must be in lexicographical order.
7 # Use generate_refs.sh on a git checkout with updated images.
8 REFERENCE_IMAGES = \\
9 EOF
10
11 git ls-files 'reference/*.ref.png' '*.xfail.png' | sed 's/\(.*\)/       \1 \\/'
12 echo '  $(NULL)'