diff options
Diffstat (limited to 'plugins/Makefile.am')
-rw-r--r-- | plugins/Makefile.am | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am index 2e7660ab..016ef55e 100644 --- a/plugins/Makefile.am +++ b/plugins/Makefile.am @@ -1080,7 +1080,10 @@ dist_udevrules_DATA += dell/77-mm-dell-port-types.rules dist_pkgdata_DATA += dell/mm-dell-dw5821e-carrier-mapping.conf -AM_CFLAGS += -DTESTUDEVRULESDIR_DELL=\"${srcdir}/dell\" +AM_CFLAGS += \ + -DTESTUDEVRULESDIR_DELL=\"${srcdir}/dell\" \ + -DTESTKEYFILE_DELL_DW5821E=\"${srcdir}/dell/mm-dell-dw5821e-carrier-mapping.conf\" \ + $(NULL) ################################################################################ # plugin: quectel @@ -1135,5 +1138,17 @@ test_udev_rules_LDADD = \ $(NULL) ################################################################################ +# keyfile tester +################################################################################ + +noinst_PROGRAMS += test-keyfiles +test_keyfiles_SOURCES = \ + tests/test-keyfiles.c \ + $(NULL) +test_keyfiles_LDADD = \ + $(top_builddir)/libmm-glib/libmm-glib.la \ + $(NULL) + +################################################################################ TEST_PROGS += $(noinst_PROGRAMS) |