Module rebar_eunit

rebar_eunit supports the following commands: The following Global options are supported: Additionally, for projects that have separate folders for the core implementation, and for the unit tests, then the following rebar.config option can be provided: {eunit_compile_opts, [{src_dirs, ["src", "dir"]}]}..

Copyright © 2009, 2010 Dave Smith -------------------------------------------------------------------

Authors: Dave Smith (dizzyd@dizzyd.com).

Description

rebar_eunit supports the following commands: The following Global options are supported: Additionally, for projects that have separate folders for the core implementation, and for the unit tests, then the following rebar.config option can be provided: {eunit_compile_opts, [{src_dirs, ["src", "dir"]}]}..

Function Index

clean/2
eunit/2
info/2

Function Details

clean/2

clean(Config, File) -> any()

eunit/2

eunit(Config, AppFile) -> any()

info/2

info(X1, X2) -> any()


Generated by EDoc