Sign in
apache
/
couchdb-ioq
/
refs/heads/master
/
.
/
rebar.config.script
blob: 09fc8aff07fbd5588df719601e9a4179b3438251 [
file
] [
log
] [
blame
]
WithProper
=
code
:
lib_dir
(
proper
)
/=
{
error
,
bad_name
}.
ErlOpts
=
case
WithProper
of
true
->
[{
d
,
'WITH_PROPER'
}];
false
->
[]
end
,
[{
eunit_opts
,
[
verbose
,
{
report
,
{
eunit_surefire
,
[{
dir
,
"."
}]
}}
]},
{
erl_opts
,
[{
i
,
"../"
}
|
ErlOpts
]}].