On 10 October 2013 16:02, Martin Owens <doctormo@...400...> wrote:
Looking at the structure of our svg tests, they do appear to have good and bad result directories. Known bad is just a matter of filling the specific directory with specifically named files and likewise known good.
OK, but I mean there need to be two separate executable scripts for testing, so we can have something like the following in the Makefile. I haven't looked at the SVG test infrastructure yet, so I don't know if this is already available:
# List of all tests to be run TESTS = $(check_PROGRAMS) \ ../share/extensions/test/run-all-extension-tests \ run-svg-tests-good \ run-svg-tests-bad
# List of all tests that are known to fail XFAIL_TESTS = $(check_PROGRAMS) \ run-svg-tests-bad
AV