testsuite: Add a GL gradient test

This commit is contained in:
Timm Bäder 2018-03-15 11:15:35 +01:00
parent 3a5630358f
commit d66bfb1a9a
3 changed files with 1 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 394 B

Binary file not shown.

View File

@ -47,6 +47,7 @@ gl_tests = [
['Clipped crossfade', 'clipped_cross_fade'], ['Clipped crossfade', 'clipped_cross_fade'],
['Clipped rounded clip', 'clipped_rounded_clip'], ['Clipped rounded clip', 'clipped_rounded_clip'],
['clipped rounded clip2', 'transformed_clipped_rounded_clip'], ['clipped rounded clip2', 'transformed_clipped_rounded_clip'],
['gradient simple', 'gradient_simple'],
] ]
foreach gl_test : gl_tests foreach gl_test : gl_tests