aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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 \