mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-31 15:38:40 -04:00
Update WolfSSL library to the latest version.
This commit is contained in:
parent
8af1ad9bac
commit
5a6242fbd0
443 changed files with 70230 additions and 45414 deletions
11
FreeRTOS-Plus/Source/WolfSSL/wolfcrypt/test/include.am
Normal file
11
FreeRTOS-Plus/Source/WolfSSL/wolfcrypt/test/include.am
Normal file
|
@ -0,0 +1,11 @@
|
|||
# vim:ft=automake
|
||||
# All paths should be given relative to the root
|
||||
|
||||
noinst_PROGRAMS+= wolfcrypt/test/testwolfcrypt
|
||||
wolfcrypt_test_testwolfcrypt_SOURCES = wolfcrypt/test/test.c
|
||||
wolfcrypt_test_testwolfcrypt_LDADD = src/libwolfssl.la
|
||||
wolfcrypt_test_testwolfcrypt_DEPENDENCIES = src/libwolfssl.la
|
||||
noinst_HEADERS += wolfcrypt/test/test.h
|
||||
EXTRA_DIST += wolfcrypt/test/test.sln
|
||||
EXTRA_DIST += wolfcrypt/test/test.vcproj
|
||||
DISTCLEANFILES+= wolfcrypt/test/.libs/testwolfcrypt
|
Loading…
Add table
Add a link
Reference in a new issue