include.am 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. # vim:ft=automake
  2. # included from Top Level Makefile.am
  3. # All paths should be given relative to the root
  4. if BUILD_SNIFFTEST
  5. dist_noinst_SCRIPTS+= scripts/sniffer-testsuite.test
  6. endif
  7. if BUILD_EXAMPLE_SERVERS
  8. dist_noinst_SCRIPTS+= scripts/resume.test
  9. EXTRA_DIST+= scripts/benchmark.test
  10. EXTRA_DIST+= scripts/memtest.sh
  11. # The CRL and OCSP tests use RSA certificates.
  12. if BUILD_RSA
  13. if BUILD_CRL
  14. # make revoked test rely on completion of resume test
  15. dist_noinst_SCRIPTS+= scripts/crl-revoked.test
  16. scripts/crl-revoked.log: scripts/resume.log
  17. endif
  18. if BUILD_OCSP_STAPLING
  19. dist_noinst_SCRIPTS+= scripts/ocsp-stapling.test
  20. scripts/ocsp-stapling.log: tests/unit.log
  21. scripts/ocsp-stapling.log: scripts/ocsp.log
  22. dist_noinst_SCRIPTS+= scripts/ocsp-stapling-with-ca-as-responder.test
  23. scripts/ocsp-stapling-with-ca-as-responder.log: tests/unit.log
  24. scripts/ocsp-stapling-with-ca-as-responder.log: scripts/ocsp.log
  25. scripts/ocsp-stapling-with-ca-as-responder.log: scripts/ocsp-stapling.log
  26. endif
  27. if BUILD_OCSP_STAPLING_V2
  28. dist_noinst_SCRIPTS+= scripts/ocsp-stapling2.test
  29. if BUILD_OCSP_STAPLING
  30. scripts/ocsp-stapling2.log: tests/unit.log
  31. scripts/ocsp-stapling2.log: scripts/ocsp.log
  32. scripts/ocsp-stapling2.log: scripts/ocsp-stapling.log
  33. scripts/ocsp-stapling2.log: scripts/ocsp-stapling-with-ca-as-responder.log
  34. else
  35. scripts/ocsp-stapling2.log: tests/unit.log
  36. scripts/ocsp-stapling2.log: scripts/ocsp.log
  37. endif
  38. endif
  39. endif
  40. if BUILD_PSK
  41. dist_noinst_SCRIPTS+= scripts/psk.test
  42. endif
  43. if BUILD_TRUST_PEER_CERT
  44. dist_noinst_SCRIPTS+= scripts/trusted_peer.test
  45. endif
  46. if BUILD_PKCALLBACKS
  47. dist_noinst_SCRIPTS+= scripts/pkcallbacks.test
  48. scripts/pkcallbacks.log: scripts/resume.log
  49. endif
  50. if BUILD_TLS13
  51. dist_noinst_SCRIPTS+= scripts/tls13.test
  52. endif
  53. endif # end of BUILD_EXAMPLE_SERVERS
  54. if BUILD_EXAMPLE_CLIENTS
  55. if !BUILD_IPV6
  56. dist_noinst_SCRIPTS+= scripts/external.test
  57. dist_noinst_SCRIPTS+= scripts/google.test
  58. dist_noinst_SCRIPTS+= scripts/openssl.test
  59. if BUILD_OCSP
  60. dist_noinst_SCRIPTS+= scripts/ocsp.test
  61. endif
  62. endif
  63. endif
  64. EXTRA_DIST += scripts/testsuite.pcap \
  65. scripts/ping.test
  66. # leave openssl.test as extra until non bash works
  67. EXTRA_DIST += scripts/openssl.test
  68. EXTRA_DIST += scripts/dertoc.pl
  69. # for use with wolfssl-x.x.x-commercial-fips-stm32l4-v2
  70. EXTRA_DIST += scripts/stm32l4-v4_0_1_build.sh