24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-20 22:22:09 +02:00

Improve comments for running Elixir tests

This commit is contained in:
Mickaël Rémond 2015-02-22 17:45:25 +01:00
parent 510a717dbb
commit 17be6a303b

View 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>
%%%-------------------------------------------------------------------