From 99b645e4a3d57aba031487f56c4acfb7bf05fa16 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Thu, 9 Aug 2012 13:58:32 +0200 Subject: Separate eunit and qc compile options --- src/rebar_qc.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_qc.erl') 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" -> -- cgit v1.2.1