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 /src | |
parent | f3f499fcec13e6ffa9a428972c1108e7c23065d2 (diff) |
build: setup gtester based tests
Diffstat (limited to 'src')
-rw-r--r-- | src/tests/Makefile.am | 18 |
1 files changed, 3 insertions, 15 deletions
diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 38c4627c..dc583668 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -1,3 +1,4 @@ +include $(top_srcdir)/gtester.make noinst_PROGRAMS = \ test-modem-helpers \ @@ -10,6 +11,8 @@ if WITH_QMI noinst_PROGRAMS += test-modem-helpers-qmi endif +TEST_PROGS += $(noinst_PROGRAMS) + ################ test_modem_helpers_SOURCES = \ @@ -157,18 +160,3 @@ if WITH_QMI test_sms_part_CPPFLAGS += $(QMI_CFLAGS) test_sms_part_LDADD += $(QMI_LIBS) endif - -################ - -if WITH_TESTS - -check-local: $(noinst_PROGRAMS) - $(abs_builddir)/test-modem-helpers - $(abs_builddir)/test-charsets - $(abs_builddir)/test-qcdm-serial-port - $(abs_builddir)/test-sms-part -if WITH_QMI - $(abs_builddir)/test-modem-helpers-qmi -endif - -endif |