commit | 826ea998d5590247a00a3aea09026a9d7518d1f7 | [log] [tgz] |
---|---|---|
author | Nobuaki Sukegawa <nsuke@apache.org> | Wed Oct 28 22:19:45 2015 +0900 |
committer | Nobuaki Sukegawa <nsuke@apache.org> | Sat Oct 31 14:54:12 2015 +0900 |
tree | a3451377870cd4764431a67afc9ff468cb7a8ed2 | |
parent | a6509f7b378ed6591d550134fdda18e4a436fe77 [diff] [blame] |
THRIFT-3400 Add Erlang to cross test Client: Test, Erlang Patch: Nobuaki Sukegawa
diff --git a/test/erl/rebar.config b/test/erl/rebar.config index 6035849..59a0788 100644 --- a/test/erl/rebar.config +++ b/test/erl/rebar.config
@@ -1,5 +1,6 @@ +{sub_dirs, ["../../lib/erl"]}. + {erl_opts, [ debug_info, - {i, ["gen-erl"]}, - {src_dirs, ["gen-erl"]} + {i, "../../lib/erl/include"} ]}.