diff options
Diffstat (limited to 'lib/tools/test/tools_SUITE.erl')
-rw-r--r-- | lib/tools/test/tools_SUITE.erl | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/tools/test/tools_SUITE.erl b/lib/tools/test/tools_SUITE.erl index 40f3911ee7..0c9b11acf1 100644 --- a/lib/tools/test/tools_SUITE.erl +++ b/lib/tools/test/tools_SUITE.erl @@ -40,10 +40,7 @@ all() -> %%% Test cases starts here. %%% -app_test(doc) -> - ["Test that the .app file does not contain any `basic' errors"]; -app_test(suite) -> - []; +%% Test that the .app file does not contain any `basic' errors app_test(Config) when is_list(Config) -> test_server:app_test(tools, tolerant). |