<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><br>
So I'm wondering how and where I should add the path to ebin. Function<br>
works fine in the module that calls ct_master but not in ct_master.<br><br></blockquote><div><br></div><div>It all depends on how you're starting common_test. If you're using the ct_run script that ships with OTP, then you can pass arguments to it in order to add additional elements to the code path. If you're using rebar then the 'ct' command deals with all of this for you, and if not, looking at the code which rebar uses to build up a command to execute common test should be illuminating: <a href="https://github.com/basho/rebar/blob/master/src/rebar_ct.erl#L156">https://github.com/basho/rebar/blob/master/src/rebar_ct.erl#L156</a> should demonstrate most of the command line options you'll need.</div>
<div><br></div><div>Cheers</div></div>