Build vbltest irrespective of the presence of libudev. 96/49096/1
authorJoonyoung Shim <jy0922.shim@samsung.com>
Tue, 6 Oct 2015 10:08:28 +0000 (19:08 +0900)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Tue, 6 Oct 2015 10:23:13 +0000 (19:23 +0900)
The vbltest doesn't have any dependency of LIBUDEV.

Change-Id: I3dcf10235f72a8b2ed1d823d855e38bf1741e7de
Signed-off-by: Joonyoung Shim <jy0922.shim@samsung.com>
tests/Makefile.am

index 895e8e8..508a23f 100644 (file)
@@ -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                               \