summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2009-07-27 11:21:00 +0200
committerJulien Danjou <julien@danjou.info>2009-07-27 11:21:16 +0200
commit37420c37da4bc5684ac3ec62a3d0eaa5b34ccf83 (patch)
treef6418bd9996bc41abbac2187ea5dc56c15829373
parent07f63209fe008241ff641baad38ae12c843984e9 (diff)
downloadstartup-notification-37420c37da4bc5684ac3ec62a3d0eaa5b34ccf83.tar.gz
Do not build tests unless required.
Gentoo: https://bugs.gentoo.org/show_bug.cgi?id=226257 Signed-off-by: Julien Danjou <julien@danjou.info>
-rw-r--r--test/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 962970a..2b5bebf 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -16,7 +16,7 @@ XCB_TEST= \
test-launcher-xcb \
test-watch-xmessages-xcb
-noinst_PROGRAMS=$(XLIB_TEST) $(XCB_TEST)
+check_PROGRAMS=$(XLIB_TEST) $(XCB_TEST)
test_launcher_SOURCES= test-launcher.c