aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 42c0786..004d732 100644
--- a/Makefile
+++ b/Makefile
@@ -43,10 +43,10 @@ eunit:
@$(REBAR) -C rebar.tests.config eunit skip_deps=true
ct:
- @$(REBAR) -C rebar.tests.config ct skip_deps=true suites=http,proper,ws
+ @$(REBAR) -C rebar.tests.config ct skip_deps=true suites=http,ws
intct:
- @$(REBAR) -C rebar.tests.config ct skip_deps=true suites=http,proper,ws,autobahn
+ @$(REBAR) -C rebar.tests.config ct skip_deps=true suites=http,ws,autobahn
# Dialyzer.