Copied over from the original separate work in: https://gitlab.gnome.org/Wormnest/gimp-file-plugin-tests After that further improved and changed and added more file format tests. Added meson.build files to integrate it in our build, but we do not install it for releases.
27 lines
677 B
INI
27 lines
677 B
INI
[test-1]
|
|
enabled=True
|
|
description=Test loading bmpsuite good images
|
|
folder=bmp/bmpsuite/g/
|
|
files=bmpsuite-g-tests.files
|
|
source=https://github.com/jsummers/bmpsuite
|
|
|
|
[test-2]
|
|
enabled=True
|
|
description=Test loading bmpsuite questionable images
|
|
folder=bmp/bmpsuite/q/
|
|
files=bmpsuite-q-tests.files
|
|
source=https://github.com/jsummers/bmpsuite
|
|
|
|
[test-3]
|
|
enabled=True
|
|
description=Test loading bmpsuite bad images
|
|
folder=bmp/bmpsuite/b/
|
|
files=bmpsuite-b-tests.files
|
|
source=https://github.com/jsummers/bmpsuite
|
|
|
|
[test-4]
|
|
enabled=True
|
|
description=Test loading bmpsuite x (bmp related) images
|
|
folder=bmp/bmpsuite/x/
|
|
files=bmpsuite-x-tests.files
|
|
source=https://github.com/jsummers/bmpsuite
|