diff options
| author | auth12 <[email protected]> | 2020-07-19 11:57:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-19 11:57:04 -0700 |
| commit | 1bae439a35a3aadca6772716aaeea8c8a0991114 (patch) | |
| tree | f8eab7a7bae237ad697feecfae26b17bab91b16e /client/wolfssl/wolfcrypt/test/include.am | |
| parent | More placeholders and general plan. (diff) | |
| parent | Merge branch 'master' into windows (diff) | |
| download | loader-1bae439a35a3aadca6772716aaeea8c8a0991114.tar.xz loader-1bae439a35a3aadca6772716aaeea8c8a0991114.zip | |
Merge pull request #1 from auth12/windows
Windows
Diffstat (limited to 'client/wolfssl/wolfcrypt/test/include.am')
| -rw-r--r-- | client/wolfssl/wolfcrypt/test/include.am | 18 |
1 files changed, 18 insertions, 0 deletions
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 |