summaryrefslogtreecommitdiff
path: root/libmm-glib/tests
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2022-10-27 20:41:55 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2022-11-07 14:26:02 +0000
commitf419f56628fdcbf4bd5865d0d61147066ba27b17 (patch)
treef3ba5713b67ca5abc444ebb51140cd5b0ad79f03 /libmm-glib/tests
parent3c430ce292e2aee7bffb917ba009c9b39646b964 (diff)
downloadModemManager-f419f56628fdcbf4bd5865d0d61147066ba27b17.tar.gz
build: drop autotools
Diffstat (limited to 'libmm-glib/tests')
-rw-r--r--libmm-glib/tests/Makefile.am32
1 files changed, 0 insertions, 32 deletions
diff --git a/libmm-glib/tests/Makefile.am b/libmm-glib/tests/Makefile.am
deleted file mode 100644
index 8984d08d4..000000000
--- a/libmm-glib/tests/Makefile.am
+++ /dev/null
@@ -1,32 +0,0 @@
-include $(top_srcdir)/gtester.make
-
-AM_CFLAGS = $(CODE_COVERAGE_CFLAGS)
-AM_LDFLAGS = $(CODE_COVERAGE_LDFLAGS)
-
-LIBMM_GLIB_TESTS_COMMON_CPPFLAGS = \
- $(MM_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/include \
- -I$(top_builddir)/include \
- -I$(top_srcdir)/libmm-glib \
- -I$(top_builddir)/libmm-glib \
- -I${top_srcdir}/libmm-glib/generated \
- -I${top_builddir}/libmm-glib/generated \
- -DLIBMM_GLIB_COMPILATION
-
-LIBMM_GLIB_TESTS_COMMON_LDADD = \
- $(top_builddir)/libmm-glib/libmm-glib.la \
- $(MM_LIBS)
-
-noinst_PROGRAMS = \
- test-common-helpers \
- test-pco
-TEST_PROGS += $(noinst_PROGRAMS)
-
-test_common_helpers_SOURCES = test-common-helpers.c
-test_common_helpers_CPPFLAGS = $(LIBMM_GLIB_TESTS_COMMON_CPPFLAGS)
-test_common_helpers_LDADD = $(LIBMM_GLIB_TESTS_COMMON_LDADD)
-
-test_pco_SOURCES = test-pco.c
-test_pco_CPPFLAGS = $(LIBMM_GLIB_TESTS_COMMON_CPPFLAGS)
-test_pco_LDADD = $(LIBMM_GLIB_TESTS_COMMON_LDADD)