summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-29 13:31:15 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-10-29 13:33:30 +0100
commitb6715d9aa7af22316c356d62a917bb034bab7c5f (patch)
tree830004c688096d500fa87ab97a8373db3cc81ec6
parent97f33912555cd15915ce2b8637bdd05ea0632943 (diff)
tests: Reenable testdisplay
This seems to have been accidentally disabled in commit 982f7eb238a0898c456e0574dee7c4507738d75f Author: Chris Wilson <chris@chris-wilson.co.uk> Date: Fri Aug 29 15:19:57 2014 +0100 Prepare for 64bit relocation addresses Apparently no one noticed. Cc: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index ec350047..fed71c27 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -225,7 +225,7 @@ testdisplay_SOURCES = \
testdisplay_hotplug.c \
$(NULL)
-#TESTS_progs += testdisplay
+TESTS_progs += testdisplay
common_files = \
eviction_common.c \