aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-01-31 10:52:44 +0100
committerLoïc Hoguin <[email protected]>2012-01-31 12:17:29 +0100
commit9823450cc31ecdcbf5d3ef3609695815f3d84782 (patch)
tree84a54e1d3400799b2dffe9a5214bde0883a04ffe /Makefile
parent21802d2767e48924186d173eb36b61994e990b87 (diff)
parent88088251732e36f72e3edf806a5561b569e62c19 (diff)
downloadcowboy-9823450cc31ecdcbf5d3ef3609695815f3d84782.tar.gz
cowboy-9823450cc31ecdcbf5d3ef3609695815f3d84782.tar.bz2
cowboy-9823450cc31ecdcbf5d3ef3609695815f3d84782.zip
Merge branch 'autobahn-suite' of https://github.com/klaar/cowboy
This needs python2 to be the default python in /usr/bin/python.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7fcbc4..2f7da14 100644
--- a/Makefile
+++ b/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 \