summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDan Horák <dan@danny.cz>2013-10-29 12:09:25 -0400
committerKeith Packard <keithp@keithp.com>2013-11-14 16:35:15 +0900
commitd7ee27e5e415778240919082c83a65226c6f17e6 (patch)
tree59e0450c309241ab8bc693d8c6796d496176cd4b /test
parent0ba7fc8472f1227fd1cd51bd58048f164b8ea1ab (diff)
test: build the touch test only when building Xorg
Reviewed-by: Adam Jackson <ajax@redhat.com> Signed-off-by: Dan Horák <dan@danny.cz> Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index e59c412ee..2852bb3e0 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