summary refs log tree commit diff
path: root/libnm-core/tests/Makefile.am
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
committerMichael Biebl <biebl@debian.org>2017-01-17 20:25:09 +0100
commit58f8be580039b0575b197b9573a1c92745d96d30 (patch)
tree2c226233f623a0dcb529be0eb8cdf97e4a2ae0c0 /libnm-core/tests/Makefile.am
parent45cb5bb3c0e6edb887cf69b417fcaf7053814a9b (diff)
New upstream version 1.5.90 upstream/1.5.90
Diffstat (limited to 'libnm-core/tests/Makefile.am')
-rw-r--r--libnm-core/tests/Makefile.am74
1 files changed, 0 insertions, 74 deletions
diff --git a/libnm-core/tests/Makefile.am b/libnm-core/tests/Makefile.am
deleted file mode 100644
index 485fd141..00000000
--- a/libnm-core/tests/Makefile.am
+++ /dev/null
@@ -1,74 +0,0 @@
-include $(GLIB_MAKEFILE)
-
-GLIB_GENERATED = nm-core-tests-enum-types.h nm-core-tests-enum-types.c
-nm_core_tests_enum_types_sources = test-general-enums.h
-GLIB_MKENUMS_H_FLAGS = --identifier-prefix NM
-GLIB_MKENUMS_C_FLAGS = --identifier-prefix NM
-
-BUILT_SOURCES = $(GLIB_GENERATED)
-
-if ENABLE_TESTS
-
-AM_CPPFLAGS = \
-	-I${top_srcdir}/shared \
-	-I${top_builddir}/shared \
-	-I$(top_srcdir)/libnm-core \
-	-I$(top_builddir)/libnm-core \
-	-DNETWORKMANAGER_COMPILATION \
-	$(GLIB_CFLAGS) \
-	-DTEST_CERT_DIR=\"$(abs_srcdir)/certs\"
-
-noinst_PROGRAMS =		\
-	test-compare		\
-	test-crypto		\
-	test-general		\
-	test-keyfile		\
-	test-secrets		\
-	test-setting-8021x	\
-	test-setting-bond	\
-	test-setting-dcb	\
-	test-settings-defaults
-
-LDADD = \
-	$(top_builddir)/libnm-core/libnm-core.la \
-	$(GLIB_LIBS)
-
-@VALGRIND_RULES@
-TESTS = $(noinst_PROGRAMS)
-
-test_general_SOURCES = \
-	test-general.c \
-	test-general-enums.h \
-	nm-core-tests-enum-types.c \
-	nm-core-tests-enum-types.h
-
-endif
-
-# test-cert.p12 created with:
-#
-# openssl pkcs12 -export \
-#	-in test_key_and_cert.pem \
-#	-inkey test_key_and_cert.pem \
-#	-certfile test_ca_cert.pem \
-#	-name "test-pkcs12" \
-#	-out test-cert.p12
-
-EXTRA_DIST =                            \
-	certs/ca-no-ending-newline.pem      \
-	certs/pkcs8-decrypted.der           \
-	certs/pkcs8-enc-key.pem             \
-	certs/pkcs8-noenc-key.pem           \
-	certs/test2_ca_cert.pem             \
-	certs/test2-cert.p12                \
-	certs/test2_key_and_cert.pem        \
-	certs/test-aes-key.pem              \
-	certs/test_ca_cert.der              \
-	certs/test_ca_cert.pem              \
-	certs/test-ca-cert.pem              \
-	certs/test-cert.p12                 \
-	certs/test_key_and_cert.pem         \
-	certs/test-key-and-cert.pem         \
-	certs/test-key-only-decrypted.der   \
-	certs/test-key-only-decrypted.pem   \
-	certs/test-key-only.pem
-