diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-09-16 11:56:07 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-09-16 12:10:57 +0100 |
commit | db157b42aaa7880d98fed3e7493a19471e86e534 (patch) | |
tree | 55be2ac5225aaa38f6ae60d601b68e1eacf6b164 /test/Makefile.am | |
parent | e453f276daa33a66a665e446a071d27e56ff15fe (diff) |
test: Add DrawSegments
Compare fb/ddx for many DrawSegments operations.
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 f9906d44..66ed8ebb 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -9,6 +9,7 @@ stress_TESTS = \ basic-putimage \ basic-lines \ basic-stress \ + DrawSegments \ cursor-test \ render-fill \ render-trapezoid \ |