From 17be6a303ba4bfbf773d0f0c7aa9e4d6ecc0d837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mickae=CC=88l=20Re=CC=81mond?= Date: Sun, 22 Feb 2015 17:45:25 +0100 Subject: [PATCH] Improve comments for running Elixir tests --- test/elixir_SUITE.erl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %%%-------------------------------------------------------------------