Makefile 543 B

1234567891011121314151617181920212223242526272829
  1. # See LICENSE for licensing information.
  2. PROJECT = cowboy
  3. # Options.
  4. COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol
  5. CT_SUITES = eunit http spdy ws
  6. PLT_APPS = crypto public_key ssl
  7. # Dependencies.
  8. DEPS = ranch
  9. TEST_DEPS = ct_helper gun
  10. dep_ranch = pkg://ranch 0.8.5
  11. dep_ct_helper = https://github.com/extend/ct_helper.git master
  12. dep_gun = pkg://gun master
  13. # Standard targets.
  14. include erlang.mk
  15. # Extra targets.
  16. .PHONY: autobahn
  17. autobahn: clean clean-deps deps app build-tests
  18. @mkdir -p logs/
  19. @$(CT_RUN) -suite autobahn_SUITE