testsuite: Add a gsk-compare-broadway suite

We have a Broadway renderer, might as well spell
that out in the tests, and make the suite exclude the
3d tests it can't handle.
This commit is contained in:
Matthias Clasen 2020-05-16 10:11:52 -04:00
parent afaa9810d1
commit 350110ad9d

View File

@ -80,6 +80,7 @@ informative_render_tests = [
renderers = [
# name exclude term
[ 'opengl', '' ],
[ 'broadway', '-3d' ],
[ 'cairo', '-3d' ],
]