diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-12-02 10:43:51 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-12-02 17:11:06 +0000 |
commit | 49af22ee5533b1afbf30f50fcfd7245f1c8d98bc (patch) | |
tree | feffaa9416d81a129c15459603ab0a4e224643fb /test/Makefile.am | |
parent | 3dae8b97151f1d08942ec690dac5a5008901d7d0 (diff) |
tests: Exercise tiled fills
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 5c2a3e1e..033afd38 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,6 @@ stress_TESTS = \ basic-fillrect \ + basic-tiledrect \ basic-rectangle \ basic-string \ basic-copyarea \ |