aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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