aboutsummaryrefslogtreecommitdiff
path: root/test/elixir_SUITE.erl
diff options
context:
space:
mode:
authorMickaël Rémond <mremond@process-one.net>2015-02-22 17:45:25 +0100
committerMickaël Rémond <mremond@process-one.net>2015-02-22 17:45:25 +0100
commit17be6a303ba4bfbf773d0f0c7aa9e4d6ecc0d837 (patch)
treeebfadf6b488cc9e4d86718c4adaee1a3f381cd01 /test/elixir_SUITE.erl
parentSupport for running Elixir ExUnit tests from Common Test (diff)
Improve comments for running Elixir tests
Diffstat (limited to 'test/elixir_SUITE.erl')
-rw-r--r--test/elixir_SUITE.erl4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/elixir_SUITE.erl b/test/elixir_SUITE.erl
index 70500b162..ec5dc5ec6 100644
--- a/test/elixir_SUITE.erl
+++ b/test/elixir_SUITE.erl
@@ -6,7 +6,9 @@
%%% Elixir from standard common test code.
%%%
%%% Example: Is run with:
-%%% ./rebar skip_deps=true ct suites=test/elixir_SUITE
+%%% ./rebar skip_deps=true ct suites=elixir
+%%% or from ejabber overall test suite:
+%%% make test
%%% @end
%%% Created : 19 Feb 2015 by Mickael Remond <mremond@process-one.net>
%%%-------------------------------------------------------------------