aboutsummaryrefslogtreecommitdiffstats
path: root/cli/test/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cli/test/Makefile.am')
-rw-r--r--cli/test/Makefile.am24
1 files changed, 0 insertions, 24 deletions
diff --git a/cli/test/Makefile.am b/cli/test/Makefile.am
deleted file mode 100644
index edf73a9..0000000
--- a/cli/test/Makefile.am
+++ /dev/null
@@ -1,24 +0,0 @@
-include $(top_srcdir)/gtester.make
-
-noinst_PROGRAMS = \
- test-helpers
-
-TEST_PROGS += $(noinst_PROGRAMS)
-
-test_helpers_SOURCES = \
- test-helpers.c \
- $(top_srcdir)/cli/qmicli-helpers.h \
- $(top_srcdir)/cli/qmicli-helpers.c
-
-test_helpers_CPPFLAGS = \
- $(QMICLI_CFLAGS) \
- -I$(top_srcdir) \
- -I$(top_srcdir)/cli \
- -I$(top_srcdir)/libqmi-glib \
- -I$(top_srcdir)/libqmi-glib/generated \
- -I$(top_builddir)/libqmi-glib \
- -I$(top_builddir)/libqmi-glib/generated
-
-test_helpers_LDADD = \
- $(QMICLI_LIBS) \
- $(top_builddir)/libqmi-glib/libqmi-glib.la