mirror of
https://github.com/valitydev/thrift.git
synced 2024-11-07 02:45:22 +00:00
06d0fa05a5
client: erlang patch: alisdair sullivan (alisdairsullivan@yahoo.ca) moves tests for the thrift compiler generation of files to /test/erl, properly removes artifacts from test suite runs, adds module listing to .app.src for better behaviour when using erlang tools like relx and rebar and modifies .gitignore to not ignore relevant erlang test components
6 lines
77 B
Erlang
6 lines
77 B
Erlang
{erl_opts, [
|
|
debug_info,
|
|
{i, ["gen-erl"]},
|
|
{src_dirs, ["gen-erl"]}
|
|
]}.
|