[Xfce4-commits] <libxfce4menu:master> Don't run the programs in test/ during make distcheck.
Jannis Pohlmann
noreply at xfce.org
Fri Sep 18 04:36:01 CEST 2009
Updating branch refs/heads/master
to 929070f36220aa66a4802ce3a94e4ee0c5d6da7f (commit)
from 6ac6d6776be47143002a4dbbe92d89e90a1ca810 (commit)
commit 929070f36220aa66a4802ce3a94e4ee0c5d6da7f
Author: Jannis Pohlmann <jannis at xfce.org>
Date: Fri Sep 18 04:34:13 2009 +0200
Don't run the programs in test/ during make distcheck.
They are thought to be programs executed by developers to verify that
their don't break things completely.
tests/Makefile.am | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index ebc3613..03e264c 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,11 +6,7 @@ INCLUDES = \
-I$(top_srcdir) \
-DG_LOG_DOMAIN=\"libxfce4menu-tests\"
-TESTS = \
- test-menu-spec \
- test-display-menu
-
-check_PROGRAMS = \
+noinst_PROGRAMS = \
test-menu-spec \
test-display-menu
More information about the Xfce4-commits
mailing list