Current section

Files

Jump to
rebar_eqc rebar.config.script
Raw

rebar.config.script

case code:which(eqc) of
non_existing ->
CONFIG;
_ ->
OldErlOpts = proplists:get_value(erl_opts, CONFIG, []),
lists:keystore(erl_opts, 1, CONFIG, {erl_opts, [{d, 'EQC'}]})
end.