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:
commit
9823450cc3
4 changed files with 213 additions and 1 deletions
7
Makefile
7
Makefile
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue