[banshee] build: Don't run the unit tests during distcheck



commit dde264d2f6a4dc484e96e4ff81f32b5b4e2a2011
Author: Bertrand Lorentz <bertrand lorentz gmail com>
Date:   Fri Nov 1 16:38:20 2013 +0100

    build: Don't run the unit tests during distcheck
    
    We're not quite ready to run the unit tests as part of "make distcheck":
    
     * Some tests fail because they can't find the test data when being run
       from an out-of-tree build, like distcheck does.
     * Failures do not stop the distcheck process, so they quickly scroll
       away, making them hard to spot. And since it takes some time to get
       to the test, you're probably not watching your terminal for several
       minutes...

 Makefile.am |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index b702333..26b858e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -108,8 +108,6 @@ csharp:
     csharp -lib:bin/ -pkg:glib-sharp-2.0 -pkg:gtk-sharp-2.0 -pkg:gconf-sharp-2.0 -pkg:dbus-sharp 
-pkg:taglib-sharp -pkg:ipod-sharp -pkg:mono-addins $(addprefix "-reference:", $(wildcard bin/*.dll)); \
        popd;
 
-check: test
-
 test: all
        @pushd tests; \
        make test \


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]