summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Source/WolfSSL/wolfcrypt/test/include.am
blob: 950d7c601acae5c1e751975d38510daddaf5f035 (plain)
1
2
3
4
5
6
7
8
9
10
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