summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorJan Vesely <jan.vesely@rutgers.edu>2015-03-20 16:58:29 -0400
committerJan Vesely <jan.vesely@rutgers.edu>2015-04-04 13:48:54 -0400
commit7d8c9464081634f053e16e5eac9655a12fae1dc4 (patch)
treeb5606cf730979eba9bff3c3fbfa29ee1d5f5eb62 /tests/Makefile.am
parent3b2ee2b5bfc0d68525fee936e51297a9b6c629f1 (diff)
tests/drmsl: Extract tests out of xf86drmSL.c
v2: merge tests creation and xf86drmSL cleanup rename tests/drmsltest -> tests/drmsl move the test out of libudev test block v3: run test even on noudev builds Signed-off-by: Jan Vesely <jan.vesely@rutgers.edu> Acked-by: Emil Velikov <emil.l.velikov@gmail.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 10f54e31..75fc2413 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -35,6 +35,9 @@ if HAVE_NOUVEAU
SUBDIRS += nouveau
endif
+TESTS = \
+ drmsl
+
if HAVE_LIBUDEV
check_LTLIBRARIES = libdrmtest.la
@@ -52,7 +55,7 @@ XFAIL_TESTS = \
auth \
lock
-TESTS = \
+TESTS += \
openclose \
getversion \
getclient \
@@ -60,7 +63,6 @@ TESTS = \
setversion \
updatedraw \
name_from_fd
+endif
check_PROGRAMS += $(TESTS)
-
-endif