summaryrefslogtreecommitdiff
path: root/test/erl/rebar.config
diff options
context:
space:
mode:
authoralisdair sullivan <alisdairsullivan@yahoo.ca>2014-08-05 19:54:57 -0700
committerRoger Meier <roger@apache.org>2014-08-07 02:41:29 +0200
commit06d0fa05a56880ff341d8cc8f5de0ed47cf61c2c (patch)
treeaf8399b19f21a99a405660c3f29da9978ef0ec2f /test/erl/rebar.config
parenta0b86741169b8ef0a1e663154db447517bd89b0b (diff)
downloadthrift-06d0fa05a56880ff341d8cc8f5de0ed47cf61c2c.tar.gz
THRIFT-2648 cleanup erlang lib
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
Diffstat (limited to 'test/erl/rebar.config')
-rw-r--r--test/erl/rebar.config5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/erl/rebar.config b/test/erl/rebar.config
new file mode 100644
index 000000000..6035849e5
--- /dev/null
+++ b/test/erl/rebar.config
@@ -0,0 +1,5 @@
+{erl_opts, [
+ debug_info,
+ {i, ["gen-erl"]},
+ {src_dirs, ["gen-erl"]}
+]}.