summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-09-01 18:20:40 -0500
committerTristan Sloughter <t@crashfast.com>2014-09-01 18:20:40 -0500
commitfebecf020479e252fef985ef1bc6a1f135945a28 (patch)
tree50b253e0771fbbc7dbc280497ba57bbfed1c5b2f /test
parent8c5f312d909c4335ea2c132c60d6c773eb707e7b (diff)
change name of suite
Diffstat (limited to 'test')
-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,