summaryrefslogtreecommitdiff
path: root/src/rebar_qc.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-09 13:58:32 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-08-09 14:04:53 +0200
commit99b645e4a3d57aba031487f56c4acfb7bf05fa16 (patch)
treebd7e1dd314c6b4e5cecad7130252871ef9ce66ac /src/rebar_qc.erl
parent803f6e8ecd6ef2e40e97cce6b514dd44279cd0f9 (diff)
downloadrebar-99b645e4a3d57aba031487f56c4acfb7bf05fa16.tar.gz
Separate eunit and qc compile options
Diffstat (limited to 'src/rebar_qc.erl')
-rw-r--r--src/rebar_qc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_qc.erl b/src/rebar_qc.erl
index 1800540..0920a5b 100644
--- a/src/rebar_qc.erl
+++ b/src/rebar_qc.erl
@@ -119,7 +119,7 @@ run(Config, QC, QCOpts) ->
%% Compile erlang code to ?TEST_DIR, using a tweaked config
%% with appropriate defines, and include all the test modules
%% as well.
- {ok, _SrcErls} = rebar_erlc_compiler:test_compile(Config),
+ {ok, _SrcErls} = rebar_erlc_compiler:test_compile(Config, "qc"),
case CompileOnly of
"true" ->