diff options
| author | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:09 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2017-01-17 20:25:09 +0100 |
| commit | 58f8be580039b0575b197b9573a1c92745d96d30 (patch) | |
| tree | 2c226233f623a0dcb529be0eb8cdf97e4a2ae0c0 /libnm-util/tests/Makefile.am | |
| parent | 45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff) | |
New upstream version 1.5.90 upstream/1.5.90
Diffstat (limited to 'libnm-util/tests/Makefile.am')
| -rw-r--r-- | libnm-util/tests/Makefile.am | 85 |
1 files changed, 0 insertions, 85 deletions
diff --git a/libnm-util/tests/Makefile.am b/libnm-util/tests/Makefile.am deleted file mode 100644 index 1076a933..00000000 --- a/libnm-util/tests/Makefile.am +++ /dev/null @@ -1,85 +0,0 @@ -if ENABLE_TESTS - -AM_CPPFLAGS = \ - -I$(top_srcdir)/shared \ - -I$(top_builddir)/shared \ - -I$(top_srcdir)/libnm-util \ - -I$(top_builddir)/libnm-util \ - $(GLIB_CFLAGS) \ - $(DBUS_CFLAGS) \ - -DBUILD_DIR=\"$(abs_builddir)\" \ - -DTEST_CERT_DIR=\"$(abs_top_srcdir)/libnm-core/tests/certs\" - -@VALGRIND_RULES@ -TESTS = \ - test-settings-defaults \ - test-crypto \ - test-secrets \ - test-general \ - test-setting-8021x \ - test-setting-dcb - -noinst_PROGRAMS = \ - $(TESTS) \ - test-libnm-linking - -test_settings_defaults_SOURCES = \ - test-settings-defaults.c - -test_settings_defaults_LDADD = \ - $(top_builddir)/libnm-util/libnm-util.la \ - $(GLIB_LIBS) \ - $(DBUS_LIBS) - -test_crypto_SOURCES = \ - test-crypto.c - -test_crypto_LDADD = \ - $(top_builddir)/libnm-util/libtest-crypto.la \ - $(top_builddir)/libnm-util/libnm-util.la \ - $(GLIB_LIBS) - -test_secrets_SOURCES = \ - test-secrets.c - -test_secrets_LDADD = \ - $(top_builddir)/libnm-util/libnm-util.la \ - $(GLIB_LIBS) \ - $(DBUS_LIBS) - -test_general_SOURCES = \ - test-general.c - -test_general_LDADD = \ - $(top_builddir)/libnm-util/libnm-util.la \ - $(GLIB_LIBS) \ - $(DBUS_LIBS) - -test_general_DEPENDENCIES = test-libnm-linking - -test_setting_8021x_SOURCES = \ - test-setting-8021x.c - -test_setting_8021x_LDADD = \ - $(top_builddir)/libnm-util/libnm-util.la \ - $(GLIB_LIBS) \ - $(DBUS_LIBS) - -test_setting_dcb_SOURCES = \ - test-setting-dcb.c - -test_setting_dcb_LDADD = \ - $(top_builddir)/libnm-util/libnm-util.la \ - $(GLIB_LIBS) \ - $(DBUS_LIBS) - -test_libnm_linking_SOURCES = \ - test-libnm-linking.c - -test_libnm_linking_LDADD = \ - $(top_builddir)/libnm/libnm.la \ - $(top_builddir)/libnm-util/libnm-util.la \ - $(GLIB_LIBS) \ - $(DBUS_LIBS) - -endif |