diff options
| author | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-09-29 17:53:05 -0500 |
|---|---|---|
| committer | Tristan Sloughter <tristan.sloughter@gmail.com> | 2015-09-29 17:53:05 -0500 |
| commit | 8495964a0a1ba639e1bbd3355560b01cf02255b0 (patch) | |
| tree | a1afd690f3a48644ce34982b02dd9cc59f711eeb /test/rebar_test_utils.erl | |
| parent | fe161128c4dff2d1200e41be8143dec1d8dc63d1 (diff) | |
| parent | 2b799ba1c7fedc5e4edc2266e4b7f77311ea0979 (diff) | |
Merge pull request #805 from talentdeficit/eunit_test_specs
eunit test provider
Diffstat (limited to 'test/rebar_test_utils.erl')
| -rw-r--r-- | test/rebar_test_utils.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_test_utils.erl b/test/rebar_test_utils.erl index 8d1d408..ca5e91a 100644 --- a/test/rebar_test_utils.erl +++ b/test/rebar_test_utils.erl @@ -1,7 +1,7 @@ -module(rebar_test_utils). -include_lib("common_test/include/ct.hrl"). -include_lib("eunit/include/eunit.hrl"). --export([init_rebar_state/1, init_rebar_state/2, run_and_check/4]). +-export([init_rebar_state/1, init_rebar_state/2, run_and_check/4, check_results/3]). -export([expand_deps/2, flat_deps/1, top_level_deps/1]). -export([create_app/4, create_eunit_app/4, create_empty_app/4, create_config/2, package_app/3]). |
