summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-02-04 14:14:31 +0000
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-02-04 17:03:39 +0100
commit5c9c8841eb66676dd65e84d51fa87a4b4b8ad764 (patch)
tree07a304ea2385bd48bd03c7965cc8c7256faac889 /tests/Makefile.sources
parent98952a1f6e7e5439e4b77482bd08422212c32e47 (diff)
tests: Add gem_madvise
Exercise that calling madvise produces expected results Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 4299ed92..b1010bdd 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -34,6 +34,7 @@ TESTS_progs_M = \
gem_flink \
gem_flink_race \
gem_linear_blits \
+ gem_madvise \
gem_mmap \
gem_mmap_gtt \
gem_partial_pwrite_pread \