include.am 739 B

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