2014-12-18 01:33:22 +03:00
|
|
|
# vim:ft=automake
|
|
|
|
# All paths should be given relative to the root
|
|
|
|
|
2016-02-04 23:06:24 +03:00
|
|
|
if BUILD_WOLFCRYPT_TESTS
|
2015-09-11 02:24:25 +03:00
|
|
|
noinst_PROGRAMS+= wolfcrypt/test/testwolfcrypt
|
|
|
|
if BUILD_CRYPTONLY
|
|
|
|
check_PROGRAMS+= wolfcrypt/test/testwolfcrypt
|
|
|
|
endif
|
2014-12-18 01:33:22 +03:00
|
|
|
noinst_PROGRAMS+= wolfcrypt/test/testwolfcrypt
|
|
|
|
wolfcrypt_test_testwolfcrypt_SOURCES = wolfcrypt/test/test.c
|
2015-09-28 19:06:30 +03:00
|
|
|
wolfcrypt_test_testwolfcrypt_LDADD = src/libwolfssl.la $(LIB_STATIC_ADD)
|
2014-12-19 19:06:27 +03:00
|
|
|
wolfcrypt_test_testwolfcrypt_DEPENDENCIES = src/libwolfssl.la
|
2014-12-18 01:33:22 +03:00
|
|
|
noinst_HEADERS += wolfcrypt/test/test.h
|
2016-02-04 23:06:24 +03:00
|
|
|
endif
|
2014-12-18 01:33:22 +03:00
|
|
|
EXTRA_DIST += wolfcrypt/test/test.sln
|
|
|
|
EXTRA_DIST += wolfcrypt/test/test.vcproj
|
|
|
|
DISTCLEANFILES+= wolfcrypt/test/.libs/testwolfcrypt
|