Makefile 749 B

1234567891011121314151617181920212223242526272829303132
  1. # See LICENSE for licensing information.
  2. PROJECT = ranch
  3. # Options.
  4. COMPILE_FIRST = ranch_transport
  5. CT_OPTS += -pa test -ct_hooks ranch_ct_hook []
  6. PLT_APPS = crypto public_key ssl
  7. CI_OTP = \
  8. OTP_R15B01 OTP_R15B02 OTP_R15B03-1 \
  9. OTP_R16B OTP_R16B01 OTP_R16B02 OTP_R16B03-1 \
  10. OTP-17.0.2 OTP-17.1.2 OTP-17.2.2 OTP-17.3.4 OTP-17.4.1 OTP-17.5.6.2 \
  11. OTP-18.0.2
  12. # Dependencies.
  13. TEST_DEPS = ct_helper
  14. dep_ct_helper = git https://github.com/ninenines/ct_helper master
  15. # Standard targets.
  16. include erlang.mk
  17. # Also dialyze the tests.
  18. DIALYZER_OPTS += --src -r test
  19. # Use erl_make_certs from the tested release.
  20. ci-setup:: $(DEPS_DIR)/ct_helper
  21. cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/