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

Merge branch 'autobahn-suite' of https://github.com/klaar/cowboy

This needs python2 to be the default python in /usr/bin/python.
This commit is contained in:
Loïc Hoguin 2012-01-31 10:52:44 +01:00
commit 9823450cc3
4 changed files with 213 additions and 1 deletions

View file

@ -18,11 +18,16 @@ clean:
tests: clean app eunit ct
inttests: clean app eunit intct
eunit:
@$(REBAR) eunit skip_deps=true
ct:
@$(REBAR) ct skip_deps=true
@$(REBAR) ct skip_deps=true suites=http,proper,ws
intct:
@$(REBAR) ct skip_deps=true suites=http,proper,ws,autobahn
build-plt:
@$(DIALYZER) --build_plt --output_plt .cowboy_dialyzer.plt \