include.am 643 B

1234567891011121314151617
  1. # vim:ft=automake
  2. # All paths should be given relative to the root
  3. if BUILD_WOLFCRYPT_TESTS
  4. noinst_PROGRAMS+= wolfcrypt/test/testwolfcrypt
  5. if BUILD_CRYPTONLY
  6. check_PROGRAMS+= wolfcrypt/test/testwolfcrypt
  7. endif
  8. noinst_PROGRAMS+= wolfcrypt/test/testwolfcrypt
  9. wolfcrypt_test_testwolfcrypt_SOURCES = wolfcrypt/test/test.c
  10. wolfcrypt_test_testwolfcrypt_LDADD = src/libwolfssl.la $(LIB_STATIC_ADD)
  11. wolfcrypt_test_testwolfcrypt_DEPENDENCIES = src/libwolfssl.la
  12. noinst_HEADERS += wolfcrypt/test/test.h
  13. endif
  14. EXTRA_DIST += wolfcrypt/test/test.sln
  15. EXTRA_DIST += wolfcrypt/test/test.vcproj
  16. DISTCLEANFILES+= wolfcrypt/test/.libs/testwolfcrypt