[gjs] Don't run gjs-tests twice on make check



commit 2b82afd4a7be57965800d272ac0d39e979a7745d
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Fri Apr 26 12:21:13 2013 +0200

    Don't run gjs-tests twice on make check
    
    Automake already invokes check-local if defined, we don't need
    to depend on it.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=698935

 Makefile-test.am |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/Makefile-test.am b/Makefile-test.am
index 6907b32..5cd0ff3 100644
--- a/Makefile-test.am
+++ b/Makefile-test.am
@@ -32,8 +32,6 @@ check-local: gjs-tests
        @echo "NOTICE"
        @echo ""
 
-check: check-local
-
 TESTS_ENVIRONMENT =                                                    \
        TOP_SRCDIR=$(top_srcdir)                                        \
        DBUS_SESSION_BUS_ADDRESS=''                                     \


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