[network-manager-applet] tests: run tests on "make check"



commit 7753fe864d7fed44c50267b335be79c945460953
Author: Michael Biebl <biebl debian org>
Date:   Tue Mar 1 20:33:02 2016 +0100

    tests: run tests on "make check"
    
    Fixes: aa69f9c7cd441e1b091bf4c400182b27b0fb8314
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762944

 src/libnm-gtk/tests/Makefile.am |    2 +-
 src/utils/tests/Makefile.am     |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/libnm-gtk/tests/Makefile.am b/src/libnm-gtk/tests/Makefile.am
index 6349d93..518d799 100644
--- a/src/libnm-gtk/tests/Makefile.am
+++ b/src/libnm-gtk/tests/Makefile.am
@@ -17,7 +17,7 @@ test_mobile_providers_LDADD = \
        $(top_builddir)/src/libnm-gtk/libnm-gtk.la \
        $(LIBNM_GLIB_LIBS)
 
-TESTS: test-mobile-providers
+TESTS = $(noinst_PROGRAMS)
 
 EXTRA_DIST = \
        iso3166-test.xml \
diff --git a/src/utils/tests/Makefile.am b/src/utils/tests/Makefile.am
index 2741c48..eafaf4a 100644
--- a/src/utils/tests/Makefile.am
+++ b/src/utils/tests/Makefile.am
@@ -14,5 +14,5 @@ test_utils_LDADD = \
        $(GTK_LIBS) \
        $(LIBNM_LIBS)
 
-TESTS: test-utils
+TESTS = $(noinst_PROGRAMS)
 


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