diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-02-13 16:35:03 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2011-02-13 16:38:04 +0100 |
commit | b70f374f897585b2f465e9f1c37ad18ea885dded (patch) | |
tree | f181362ec66a0a0f7233739150c07f5d64b8a33e | |
parent | e4cd50e2a356702dca433dc23510b5170de860f2 (diff) |
Remove export_all directive
-rw-r--r-- | src/rebar_eunit.erl | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index 4790869..28aeaf1 100644 --- a/src/rebar_eunit.erl +++ b/src/rebar_eunit.erl @@ -43,9 +43,8 @@ %% ------------------------------------------------------------------- -module(rebar_eunit). --export([eunit/2]). - --compile([export_all]). +-export([eunit/2, + clean/2]). -include("rebar.hrl"). |