Improve comments for running Elixir tests
authorMickaël Rémond <mremond@process-one.net>
Sun, 22 Feb 2015 16:45:25 +0000 (17:45 +0100)
committerMickaël Rémond <mremond@process-one.net>
Sun, 22 Feb 2015 16:45:25 +0000 (17:45 +0100)
test/elixir_SUITE.erl

index 70500b16264fc9b45288a159d2e0ff695a7d3a9e..ec5dc5ec6ea7c0363a4e0780fbee9fc0fbb08282 100644 (file)
@@ -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>
 %%%-------------------------------------------------------------------