aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-03-02 16:15:48 +0100
committerLoïc Hoguin <[email protected]>2013-03-02 16:24:34 +0100
commit3442acbe355db314d7b146eb5319230106ab226b (patch)
tree4071e5edc07836d25ef4db4a06c8491f7bd74473 /test
parent70391e58db37e6bb9cb86b92dc78dfadc7ac7fff (diff)
downloadcowboy-3442acbe355db314d7b146eb5319230106ab226b.tar.gz
cowboy-3442acbe355db314d7b146eb5319230106ab226b.tar.bz2
cowboy-3442acbe355db314d7b146eb5319230106ab226b.zip
Run tests in parallel
Diffstat (limited to 'test')
-rw-r--r--test/http_SUITE.erl14
-rw-r--r--test/ws_SUITE.erl2
2 files changed, 8 insertions, 8 deletions
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index b684e6a..1b687c6 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -147,19 +147,19 @@ groups() ->
te_identity
],
[
- {http, [], Tests},
- {https, [], Tests},
- {http_compress, [], Tests},
- {https_compress, [], Tests},
- {onrequest, [], [
+ {http, [parallel], Tests},
+ {https, [parallel], Tests},
+ {http_compress, [parallel], Tests},
+ {https_compress, [parallel], Tests},
+ {onrequest, [parallel], [
onrequest,
onrequest_reply
]},
- {onresponse, [], [
+ {onresponse, [parallel], [
onresponse_crash,
onresponse_reply
]},
- {onresponse_capitalize, [], [
+ {onresponse_capitalize, [parallel], [
onresponse_capitalize
]},
{set_env, [], [
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index 5f980d8..b6709ca 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -60,7 +60,7 @@ groups() ->
ws_timeout_reset,
ws_upgrade_with_opts
],
- [{ws, [], BaseTests}].
+ [{ws, [parallel], BaseTests}].
init_per_suite(Config) ->
application:start(crypto),