summaryrefslogtreecommitdiff
path: root/test/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-06-01 08:47:20 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-06-01 10:27:34 +0100
commit6a7efa991a705bdb5a3b9d5300d824a1ce8759af (patch)
tree00f2b1f41db969a3052d1d025fa66292b890d575 /test/Makefile.am
parentbc4323558bebd53e474fbc5404e1c41ab16d02e6 (diff)
test: Exercise basic rectangle drawing code
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'test/Makefile.am')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index a14396e5..59fae6be 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,5 +1,6 @@
stress_TESTS = \
basic-fillrect \
+ basic-rectangle \
basic-copyarea \
basic-copyarea-size \
basic-putimage \