summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2016-03-01 20:33:02 +0100
committerThomas Haller <thaller@redhat.com>2016-03-02 09:59:10 +0100
commit7753fe864d7fed44c50267b335be79c945460953 (patch)
treee3ba67e49a35605a14376f1e0dc3e35f8f7e8a58
parent7009f47262415b2afe4e0b1c935734ee11622876 (diff)
downloadnetwork-manager-applet-7753fe864d7fed44c50267b335be79c945460953.tar.gz
tests: run tests on "make check"
Fixes: aa69f9c7cd441e1b091bf4c400182b27b0fb8314 https://bugzilla.gnome.org/show_bug.cgi?id=762944
-rw-r--r--src/libnm-gtk/tests/Makefile.am2
-rw-r--r--src/utils/tests/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libnm-gtk/tests/Makefile.am b/src/libnm-gtk/tests/Makefile.am
index 6349d930..518d7991 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 2741c480..eafaf4ae 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)