summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-06-04 21:41:11 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-06-04 23:17:25 +0100
commit3ca054c2259483f27ffaabd786215ea82a66f78f (patch)
tree0ae22a6431d6778df5f82a2218fd0caddc3addcd /tests/Makefile.am
parent91f609741d7497c4bcc113e74028f9c4948d8b48 (diff)
tests: Add a fenced execbuffer thrash test
Exercise a nasty corner-case in the reservation logic for the fence accounting. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index abf5dedd..ff3f1dbf 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,6 +32,7 @@ TESTS = getversion \
gem_bad_address \
gem_bad_blit \
gem_fence_thrash \
+ gem_fenced_exec_thrash \
gem_gtt_speed \
$(NULL)