From e2379c4956099294994e090b9bede94bbbbdcab1 Mon Sep 17 00:00:00 2001 From: auth12 Date: Thu, 16 Jul 2020 13:37:51 +0100 Subject: Added windows support on client. --- client/wolfssl/wolfcrypt/test/include.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 client/wolfssl/wolfcrypt/test/include.am (limited to 'client/wolfssl/wolfcrypt/test/include.am') diff --git a/client/wolfssl/wolfcrypt/test/include.am b/client/wolfssl/wolfcrypt/test/include.am new file mode 100644 index 0000000..b2fc302 --- /dev/null +++ b/client/wolfssl/wolfcrypt/test/include.am @@ -0,0 +1,18 @@ +# vim:ft=automake +# All paths should be given relative to the root + +if BUILD_WOLFCRYPT_TESTS +noinst_PROGRAMS+= wolfcrypt/test/testwolfcrypt +if BUILD_CRYPTONLY +check_PROGRAMS+= wolfcrypt/test/testwolfcrypt +endif +noinst_PROGRAMS+= wolfcrypt/test/testwolfcrypt +wolfcrypt_test_testwolfcrypt_SOURCES = wolfcrypt/test/test.c +wolfcrypt_test_testwolfcrypt_LDADD = src/libwolfssl.la $(LIB_STATIC_ADD) +wolfcrypt_test_testwolfcrypt_DEPENDENCIES = src/libwolfssl.la +noinst_HEADERS += wolfcrypt/test/test.h +endif +EXTRA_DIST += wolfcrypt/test/test.sln +EXTRA_DIST += wolfcrypt/test/test.vcproj +EXTRA_DIST += wolfcrypt/test/README.md +DISTCLEANFILES+= wolfcrypt/test/.libs/testwolfcrypt -- cgit v1.2.3