gleam/test/hello_world/rebar.config
2020-02-12 20:52:11 +00:00

11 lines
169 B
Erlang

{erl_opts, [debug_info]}.
{src_dirs, ["src", "gen/src"]}.
{profiles, [
{test, [
{src_dirs, ["src", "test", "gen/src", "gen/test"]}
]}
]}.
{deps, [
]}.