From 7d8c9464081634f053e16e5eac9655a12fae1dc4 Mon Sep 17 00:00:00 2001 From: Jan Vesely Date: Fri, 20 Mar 2015 16:58:29 -0400 Subject: 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 Acked-by: Emil Velikov --- tests/Makefile.am | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'tests/Makefile.am') 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 -- cgit v1.2.3