aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reltool/test/reltool_app_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reltool/test/reltool_app_SUITE.erl')
-rw-r--r--lib/reltool/test/reltool_app_SUITE.erl8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/reltool/test/reltool_app_SUITE.erl b/lib/reltool/test/reltool_app_SUITE.erl
index 3944190953..f8433f73d0 100644
--- a/lib/reltool/test/reltool_app_SUITE.erl
+++ b/lib/reltool/test/reltool_app_SUITE.erl
@@ -70,7 +70,7 @@ all(suite) ->
[
fields,
modules,
- exportall,
+ export_all,
app_depend,
undef_funcs
].
@@ -175,11 +175,11 @@ extra_modules(Mods, [Mod|Ebins], Extra) ->
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-exportall(suite) ->
+export_all(suite) ->
[];
-exportall(doc) ->
+export_all(doc) ->
[];
-exportall(Config) when is_list(Config) ->
+export_all(Config) when is_list(Config) ->
AppFile = key1search(app_file, Config),
Mods = key1search(modules, AppFile),
check_export_all(Mods).