summaryrefslogtreecommitdiff
path: root/src/rebar_erlc_compiler.erl
diff options
context:
space:
mode:
authorJon Meredith <jon.hg@jonmeredith.com>2009-12-05 15:18:09 -0700
committerJon Meredith <jon.hg@jonmeredith.com>2009-12-05 15:18:09 -0700
commit726f8e6946f8ee36aca80b71dca10a5506445c35 (patch)
treec9c37f4a302e435c0a30400ec29604f25ff79df6 /src/rebar_erlc_compiler.erl
parente7277e69f0d99b000b1ac1a34a07991d074cd505 (diff)
Added support for eunit tests as test/*_tests.erl
Diffstat (limited to 'src/rebar_erlc_compiler.erl')
-rw-r--r--src/rebar_erlc_compiler.erl3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl
index 0878081..7a969f7 100644
--- a/src/rebar_erlc_compiler.erl
+++ b/src/rebar_erlc_compiler.erl
@@ -27,6 +27,9 @@
-export([compile/2,
clean/2]).
+ %% make available for rebar_eunit until there is a better option
+-export([do_compile/7, compile_opts/2]).
+
-include("rebar.hrl").
%% ===================================================================