[Xfce4-commits] <garcon:master> Make tests noinst_PROGRAMS as they are not suited for automatic testing.

Jannis Pohlmann noreply at xfce.org
Sat Oct 10 14:08:02 CEST 2009


Updating branch refs/heads/master
         to 08b0140221c304f2d3bd570a571a12644e32dfbd (commit)
       from b40af59481d10c5a9af59ae6379948189da6e36f (commit)

commit 08b0140221c304f2d3bd570a571a12644e32dfbd
Author: Jannis Pohlmann <jannis at xfce.org>
Date:   Sat Oct 10 14:06:05 2009 +0200

    Make tests noinst_PROGRAMS as they are not suited for automatic testing.

 tests/Makefile.am |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 30b608d..ec22c5a 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,11 +21,7 @@ INCLUDES =								\
 	-I$(top_srcdir)							\
 	-DG_LOG_DOMAIN=\"garcon-tests\"
 
-TESTS =									\
-	test-menu-parser						\
-	test-menu-spec
-
-check_PROGRAMS =							\
+noinst_PROGRAMS =							\
 	test-menu-parser						\
 	test-menu-spec
 



More information about the Xfce4-commits mailing list