diff options
author | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-18 16:45:37 +0200 |
---|---|---|
committer | Aleksander Morgado <aleksander@lanedo.com> | 2013-06-18 16:50:47 +0200 |
commit | 2ad39277d2737e6e041c6df018bcf581bd78d978 (patch) | |
tree | a9ddddc4417816907fd8da14ef34f4805d729d9e /libmm-glib/tests | |
parent | f3f499fcec13e6ffa9a428972c1108e7c23065d2 (diff) |
build: setup gtester based tests
Diffstat (limited to 'libmm-glib/tests')
-rw-r--r-- | libmm-glib/tests/Makefile.am | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/libmm-glib/tests/Makefile.am b/libmm-glib/tests/Makefile.am index 92c77d86..be93d4c6 100644 --- a/libmm-glib/tests/Makefile.am +++ b/libmm-glib/tests/Makefile.am @@ -1,6 +1,7 @@ +include $(top_srcdir)/gtester.make -noinst_PROGRAMS = \ - test-common-helpers +noinst_PROGRAMS = test-common-helpers +TEST_PROGS += $(noinst_PROGRAMS) test_common_helpers_SOURCES = \ test-common-helpers.c @@ -19,10 +20,3 @@ test_common_helpers_CPPFLAGS = \ test_common_helpers_LDADD = \ $(top_builddir)/libmm-glib/libmm-glib.la \ $(MM_LIBS) - -if WITH_TESTS - -check-local: test-common-helpers - $(abs_builddir)/test-common-helpers - -endif |