Makefile 531 B

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