[PATCH 1/3] test: build the touch test only when building Xorg
Adam Jackson
ajax at redhat.com
Tue Oct 29 17:09:25 CET 2013
From: Dan Horák <dan at danny.cz>
Reviewed-by: Adam Jackson <ajax at redhat.com>
Signed-off-by: Dan Horák <dan at danny.cz>
---
test/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/Makefile.am b/test/Makefile.am
index eff0c9d..53004d0 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -1,11 +1,11 @@
if ENABLE_UNIT_TESTS
SUBDIRS= .
-noinst_PROGRAMS = list string touch
+noinst_PROGRAMS = list string
if XORG
# Tests that require at least some DDX functions in order to fully link
# For now, requires xf86 ddx, could be adjusted to use another
SUBDIRS += xi2
-noinst_PROGRAMS += xkb input xtest misc fixes xfree86 hashtabletest os signal-logging
+noinst_PROGRAMS += xkb input xtest misc fixes xfree86 hashtabletest os signal-logging touch
endif
check_LTLIBRARIES = libxservertest.la
--
1.8.3.1
More information about the xorg-devel
mailing list