<p dir="ltr">Have you tried ct_run instead of erl?</p>
<p dir="ltr">That will start common test from terminal.</p>
<p dir="ltr">There is a section in user guide in common test documentation. </p>
<div class="gmail_quote">Den 24 mar 2015 14:28 skrev "Konrad Wyrozumski" <<a href="mailto:danrokk@gmail.com">danrokk@gmail.com</a>>:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div>Hi all,<br><br></div>Some time ago I was working on some 
project and created Makefile that was running tests. Now it looks like 
something has changed with erlang release since R16 which is version I 
was working on. <br><br>I want to specify config used for test suites 
and it seems like always Config gets values from ERL_OPTS, not CT_OPTS. 
Please see part of Makefile below:<br><br>CT_OPTS= -stylesheet styles/test_categories.css -ct_config test.config -dir tests -logdir ct_report<br>ERL_OPTS=-config app.config -sname $(DEBUG_NODE_NAME) -s lager -s chat_app -s chatest_app -s ct_run script_start -s erlang halt<br>BEAMS_PATH=-pa ebinĀ  -pa ../chatd/ebin -pa ../chatd/deps/lager/ebin<br><br>erl $(INCLUDES) $(BEAMS_PATH) $(ERL_OPTS) $(CT_OPTS)<br clear="all"><br></div>How can I specify config file that is passed to init_per_suite/1, end_per_suite/1 etc functions?<br>Best Regards,<br><br>-- <br><div>Konrad.</div>
</div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div>