aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2012-02-29 12:49:46 +0100
committerAleksander Morgado <aleksander@lanedo.com>2012-03-16 14:53:18 +0100
commit1628f495fe5f38c579f87920ef492a47ef73335e (patch)
treef6986cf25857b6246c36a4b61a5c120fbc89a574
parent8f200940ecebb566e7a978581a8fd566e41564e5 (diff)
libmm-common,tests: include tests when running make check/distcheck
-rw-r--r--libmm-common/tests/Makefile.am7
1 files changed, 6 insertions, 1 deletions
diff --git a/libmm-common/tests/Makefile.am b/libmm-common/tests/Makefile.am
index 296c4147..be07ee0b 100644
--- a/libmm-common/tests/Makefile.am
+++ b/libmm-common/tests/Makefile.am
@@ -17,4 +17,9 @@ test_common_helpers_LDADD = \
$(top_builddir)/libmm-common/libmm-common.la \
$(MM_LIBS)
-TEST_PROGS = test-common-helpers
+if WITH_TESTS
+
+check-local: test-common-helpers
+ $(abs_builddir)/test-common-helpers
+
+endif