include.am 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139
  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. # The CRL and OCSP tests use RSA certificates.
  10. if BUILD_RSA
  11. if BUILD_CRL
  12. # make revoked test rely on completion of resume test
  13. dist_noinst_SCRIPTS+= scripts/crl-revoked.test
  14. scripts/crl-revoked.log: scripts/resume.log
  15. endif
  16. # arrange to serialize ocsp.test, ocsp-stapling.test, ocsp-stapling-with-ca-as-responder.test, ocsp-stapling2.test, and testsuite,
  17. # to help mitigate port conflicts among them.
  18. # note that unit.test is gated on testsuite in Makefile.am, which is also helpful for these purposes.
  19. if BUILD_OCSP_STAPLING
  20. dist_noinst_SCRIPTS+= scripts/ocsp-stapling.test
  21. if BUILD_OCSP_STAPLING_MULTI
  22. dist_noinst_SCRIPTS+= scripts/ocsp-stapling_tls13multi.test
  23. endif
  24. if !BUILD_OCSP_STAPLING_V2
  25. testsuite/testsuite.log: scripts/ocsp-stapling.log scripts/ocsp-stapling-with-ca-as-responder.log
  26. endif
  27. scripts/ocsp-stapling.log: scripts/ocsp.log
  28. dist_noinst_SCRIPTS+= scripts/ocsp-stapling-with-ca-as-responder.test
  29. scripts/ocsp-stapling-with-ca-as-responder.log: scripts/ocsp.log
  30. scripts/ocsp-stapling-with-ca-as-responder.log: scripts/ocsp-stapling.log
  31. if BUILD_OCSP_STAPLING_MULTI
  32. scripts/ocsp-stapling_tls13multi.log: scripts/ocsp-stapling-with-ca-as-responder.log
  33. endif
  34. endif
  35. if BUILD_OCSP_STAPLING_V2
  36. dist_noinst_SCRIPTS+= scripts/ocsp-stapling2.test
  37. if BUILD_OCSP_STAPLING
  38. testsuite/testsuite.log: scripts/ocsp-stapling2.log
  39. scripts/ocsp-stapling2.log: scripts/ocsp.log
  40. scripts/ocsp-stapling2.log: scripts/ocsp-stapling.log
  41. scripts/ocsp-stapling2.log: scripts/ocsp-stapling-with-ca-as-responder.log
  42. else
  43. scripts/ocsp-stapling2.log: scripts/ocsp.log
  44. endif
  45. endif
  46. endif
  47. if BUILD_PSK
  48. dist_noinst_SCRIPTS+= scripts/psk.test
  49. endif
  50. if BUILD_TRUST_PEER_CERT
  51. dist_noinst_SCRIPTS+= scripts/trusted_peer.test
  52. endif
  53. if BUILD_PKCALLBACKS
  54. dist_noinst_SCRIPTS+= scripts/pkcallbacks.test
  55. scripts/pkcallbacks.log: scripts/resume.log
  56. endif
  57. if BUILD_TLS13
  58. dist_noinst_SCRIPTS+= scripts/tls13.test
  59. endif
  60. endif # end of BUILD_EXAMPLE_SERVERS
  61. if BUILD_EXAMPLE_CLIENTS
  62. if !BUILD_IPV6
  63. dist_noinst_SCRIPTS+= scripts/external.test
  64. dist_noinst_SCRIPTS+= scripts/google.test
  65. dist_noinst_SCRIPTS+= scripts/openssl.test
  66. if BUILD_OCSP
  67. dist_noinst_SCRIPTS+= scripts/ocsp.test
  68. endif
  69. dist_noinst_SCRIPTS+= scripts/unit.test
  70. noinst_SCRIPTS+= scripts/unit.test.in
  71. endif
  72. endif
  73. dist_noinst_SCRIPTS+= scripts/pem.test
  74. EXTRA_DIST += scripts/sniffer-static-rsa.pcap \
  75. scripts/sniffer-ipv6.pcap \
  76. scripts/sniffer-tls13-dh.pcap \
  77. scripts/sniffer-tls13-dh-resume.pcap \
  78. scripts/sniffer-tls13-ecc.pcap \
  79. scripts/sniffer-tls13-ecc-resume.pcap \
  80. scripts/sniffer-tls13-x25519.pcap \
  81. scripts/sniffer-tls13-x25519-resume.pcap \
  82. scripts/sniffer-tls13-hrr.pcap \
  83. scripts/sniffer-gen.sh \
  84. scripts/ping.test \
  85. scripts/benchmark.test \
  86. scripts/memtest.sh \
  87. scripts/makedistsmall.sh \
  88. scripts/openssl_srtp.test \
  89. scripts/aria-cmake-build-test.sh
  90. # leave openssl.test as extra until non bash works
  91. EXTRA_DIST += scripts/openssl.test
  92. EXTRA_DIST += scripts/dertoc.pl
  93. # for use with wolfssl-x.x.x-commercial-fips-stm32l4-v2
  94. EXTRA_DIST += scripts/stm32l4-v4_0_1_build.sh
  95. EXTRA_DIST += scripts/cleanup_testfiles.sh
  96. EXTRA_DIST += scripts/dtls.test
  97. if BUILD_DTLS13
  98. EXTRA_DIST += scripts/dtlscid.test
  99. endif
  100. if BUILD_DTLS_CID
  101. dist_noinst_SCRIPTS+= scripts/dtlscid.test
  102. endif
  103. EXTRA_DIST += scripts/bench/bench_functions.sh
  104. EXTRA_DIST += scripts/benchmark_compare.sh
  105. EXTRA_DIST += scripts/user_settings_asm.sh