summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-11 23:10:06 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-11 23:10:06 +0200
commitbdee72fae886d781c912ba7d874d542ef602cf9c (patch)
treec30eab96259d4a17802c587a8f491b5a10e6805b
parent69dc9ec933ad8468cd94a0b3e1d62fa2a4c72527 (diff)
rebar_eunit: add tests= TODO item
-rw-r--r--src/rebar_eunit.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl
index 8e09452..3a529e2 100644
--- a/src/rebar_eunit.erl
+++ b/src/rebar_eunit.erl
@@ -173,6 +173,7 @@ filter_suites1(Modules, Suites) ->
[M || M <- Modules, lists:member(M, Suites)].
get_tests(Config, SuitesProvided, ModuleBeamFiles, FilteredModules) ->
+ %% TODO: make tests= work with no suites= provided
case SuitesProvided of
false ->
%% No specific suites have been provided, use ModuleBeamFiles