[erlang-questions] rebar and compiling common test suites

Tim Watson watson.timothy@REDACTED
Sat Jul 30 02:55:38 CEST 2011


Ok Joel, how are you configuring src_dirs? It should be part of erl_opts:

{erl_opts, [no_debug_info, {src_dirs, ["test"]} | MoreOpts]}.

That works for me.

On 29 July 2011 21:56, Joel Reymont <joelr1@REDACTED> wrote:
>
> On Jul 29, 2011, at 6:58 PM, Tim Watson wrote:
>
>> The way rebar's common_test support works, it takes advantage of the
>> fact that common_test automatically compiles test suites (and helper
>> modules) for you.
>
> Compiling CT suites and related code as part of running CT takes too long.
>
> Often, you need to check CT logs to figure out just where you made an error or typo.
>
> --------------------------------------------------------------------------
> - for hire: mac osx device driver ninja, kernel extensions and usb drivers
> ---------------------+------------+---------------------------------------
> http://wagerlabs.com | @wagerlabs | http://www.linkedin.com/in/joelreymont
> ---------------------+------------+---------------------------------------
>
>
>
>



More information about the erlang-questions mailing list