summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJoonyoung Shim <jy0922.shim@samsung.com>2015-10-06 19:08:28 +0900
committerJoonyoung Shim <jy0922.shim@samsung.com>2015-10-06 19:23:13 +0900
commit90a031be9db6f2bb9836d2ef81e71fdea459c6b6 (patch)
tree8e2c845886236b26a2f11db759da4584987838fe /tests
parentcc8560453882911ced1894f42b50a74917085277 (diff)
downloadlibdrm-90a031be9db6f2bb9836d2ef81e71fdea459c6b6.tar.gz
libdrm-90a031be9db6f2bb9836d2ef81e71fdea459c6b6.tar.bz2
libdrm-90a031be9db6f2bb9836d2ef81e71fdea459c6b6.zip
Build vbltest irrespective of the presence of libudev.
The vbltest doesn't have any dependency of LIBUDEV. Change-Id: I3dcf10235f72a8b2ed1d823d855e38bf1741e7de Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 895e8e8b..508a23f2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,7 +10,7 @@ check_PROGRAMS = \
dristat \
drmstat
-SUBDIRS = modeprint
+SUBDIRS = modeprint vbltest
if HAVE_LIBKMS
SUBDIRS += kmstest modetest
@@ -54,8 +54,6 @@ TESTS = \
name_from_fd \
$(NULL)
-SUBDIRS += vbltest $(NULL)
-
if HAVE_INTEL
TESTS += \
gem_basic \