diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2012-02-29 12:49:46 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2012-03-16 14:53:18 +0100 |
commit | 1628f495fe5f38c579f87920ef492a47ef73335e (patch) | |
tree | f6986cf25857b6246c36a4b61a5c120fbc89a574 | |
parent | 8f200940ecebb566e7a978581a8fd566e41564e5 (diff) |
libmm-common,tests: include tests when running make check/distcheck
-rw-r--r-- | libmm-common/tests/Makefile.am | 7 |
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 |