summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Sun <yi.sun@intel.com>2015-03-09 15:18:18 +0800
committerYi Sun <yi.sun@intel.com>2015-03-09 15:18:18 +0800
commit88c3b078dddf97b037826449335a22566cbef081 (patch)
tree812fa8be7da526f5cb634c85ba5a691ba218c21d
parentb0ab87600433fcfc382d70fef376c60636f1fa65 (diff)
Rename testdisplay to vtview.
Signed-off-by: Yi Sun <yi.sun@intel.com>
-rw-r--r--tests/Makefile.sources6
-rw-r--r--tests/vtview.c (renamed from tests/testdisplay.c)2
-rw-r--r--tests/vtview.h (renamed from tests/testdisplay.h)0
3 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 0df59ef..37b4d1a 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -8,12 +8,12 @@ TESTS_progs = \
IMAGES = pass.png 1080p-left.png 1080p-right.png
testdisplay_SOURCES = \
- testdisplay.c \
- testdisplay.h \
+ vtview.c \
+ vtview.h \
testdisplay_hotplug.c \
$(NULL)
QRdecode4Display_SOURCES = QRdecode4Display.cpp \
${NULL}
-TESTS_progs += testdisplay QRdecode4Display
+TESTS_progs += vtview QRdecode4Display
diff --git a/tests/testdisplay.c b/tests/vtview.c
index 48e4328..6b58f58 100644
--- a/tests/testdisplay.c
+++ b/tests/vtview.c
@@ -64,7 +64,7 @@
#include <sys/stat.h>
#include "drmtest.h"
-#include "testdisplay.h"
+#include "vtview.h"
#include "igt_kms.h"
#include <stdlib.h>
diff --git a/tests/testdisplay.h b/tests/vtview.h
index 962e621..962e621 100644
--- a/tests/testdisplay.h
+++ b/tests/vtview.h