From b6715d9aa7af22316c356d62a917bb034bab7c5f Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Wed, 29 Oct 2014 13:31:15 +0100 Subject: [PATCH] tests: Reenable testdisplay This seems to have been accidentally disabled in commit 982f7eb238a0898c456e0574dee7c4507738d75f Author: Chris Wilson Date: Fri Aug 29 15:19:57 2014 +0100 Prepare for 64bit relocation addresses Apparently no one noticed. Cc: Chris Wilson Signed-off-by: Daniel Vetter --- tests/Makefile.sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \