forked from mworrell/sidejob
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathrebar-pulse.config
19 lines (18 loc) · 1.1 KB
/
rebar-pulse.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{erl_opts, [debug_info, warnings_as_errors]}.
{cover_enabled, true}.
{eunit_opts, [verbose]}.
{edoc_opts, [{preprocess, true}]}.
{deps, []}.
{eunit_compile_opts, [{d, 'PULSE', true},
{parse_transform, pulse_instrument},
{pulse_side_effect, [{ets, '_', '_'}]},
{pulse_replace_module, [{application, pulse_application},
{application_controller, pulse_application_controller},
{application_master, pulse_application_master},
{application_starter, pulse_application_starter},
{gen, pulse_gen},
{gen_event, pulse_gen_event},
{gen_fsm, pulse_gen_fsm},
{gen_server, pulse_gen_server},
{proc_lib, pulse_proc_lib},
{supervisor, pulse_supervisor}]}]}.