diff options
author | root <daniel.vetter@ffwll.ch> | 2012-01-11 14:37:42 +0100 |
---|---|---|
committer | root <daniel.vetter@ffwll.ch> | 2012-01-11 14:47:09 +0100 |
commit | 553021d9740019d602ef327632a120cf0c9fc15a (patch) | |
tree | 208dc41ff1a89c3fccf148aee074216ae0fc9ae0 /tests/Makefile.am | |
parent | e287fe1958f73d35dd833d927662a5a1c64bcdbd (diff) |
tests: add drm_vma_limiter
v2: Also check whether a 2nd mmap on the same bo still works.
Suggested by Chris Wilson.
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4ff4376d..4f29e537 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -56,6 +56,7 @@ TESTS_progs = \ gem_pipe_control_store_loop \ gem_unref_active_buffers \ gem_reloc_vs_gpu \ + drm_vma_limiter \ $(NULL) TESTS_scripts = \ |