diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-11-13 15:27:05 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-11-14 12:07:47 +0000 |
commit | 7358ba83a3d4ab37459b4e510704bd0be4438dcd (patch) | |
tree | a6feae5fca638d90a478bc70f0046bbf7d01543f /test/Makefile.am | |
parent | f08f9cb28efa1b82f196695c66c3ec3a2b63361c (diff) |
tests: Add render-composite-solid-mask
Another reference test to exercise simple composite pathways clearly.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r-- | test/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am index 7ffb7dfa..de91cfa8 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -12,6 +12,7 @@ stress_TESTS = \ render-trapezoid-image \ render-fill-copy \ render-composite-solid \ + render-composite-solid-mask \ render-copyarea \ render-copyarea-size \ render-copy-alphaless \ |