diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-09-01 18:20:40 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-09-01 18:20:40 -0500 |
commit | febecf020479e252fef985ef1bc6a1f135945a28 (patch) | |
tree | 50b253e0771fbbc7dbc280497ba57bbfed1c5b2f | |
parent | 8c5f312d909c4335ea2c132c60d6c773eb707e7b (diff) |
change name of suite
-rw-r--r-- | test/rebar_compile_SUITE.erl (renamed from test/rebar_install_deps_SUITE.erl) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rebar_install_deps_SUITE.erl b/test/rebar_compile_SUITE.erl index 8bb5e4d..db8e9cb 100644 --- a/test/rebar_install_deps_SUITE.erl +++ b/test/rebar_compile_SUITE.erl @@ -1,4 +1,4 @@ --module(rebar_install_deps_SUITE). +-module(rebar_compile_SUITE). -export([suite/0, init_per_suite/1, |