0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00
cowboy/Makefile

29 lines
531 B
Makefile
Raw Normal View History

2011-03-07 22:59:22 +01:00
# See LICENSE for licensing information.
PROJECT = cowboy
# Options.
2011-03-07 22:59:22 +01:00
COMPILE_FIRST = cowboy_middleware cowboy_sub_protocol
CT_SUITES = eunit http ws
PLT_APPS = crypto public_key ssl
2011-03-07 22:59:22 +01:00
# Dependencies.
DEPS = ranch
TEST_DEPS = ct_helper
2013-05-16 19:10:32 +02:00
dep_ranch = https://github.com/extend/ranch.git 0.8.3
dep_ct_helper = https://github.com/extend/ct_helper.git master
# Standard targets.
include erlang.mk
# Extra targets.
.PHONY: autobahn
autobahn: clean clean-deps deps app build-tests
@mkdir -p logs/
@$(CT_RUN) -suite autobahn_SUITE