diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2017-08-19 16:47:53 +0000 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2017-08-19 17:23:53 +0000 |
commit | eb2512ff3fcf509368bbb9a76b906b350c2c4eb2 (patch) | |
tree | 688b08d992a26a7a83d0984db6ca4d50326fea7b /inttest/ct3/test_SUITE.erl | |
parent | 0dcac8a88e9f140c343c28e2d42cebcdfb78bd04 (diff) | |
download | rebar-eb2512ff3fcf509368bbb9a76b906b350c2c4eb2.tar.gz |
inttest/*: do not export_all
Diffstat (limited to 'inttest/ct3/test_SUITE.erl')
-rw-r--r-- | inttest/ct3/test_SUITE.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inttest/ct3/test_SUITE.erl b/inttest/ct3/test_SUITE.erl index efd930d..610c14c 100644 --- a/inttest/ct3/test_SUITE.erl +++ b/inttest/ct3/test_SUITE.erl @@ -26,7 +26,7 @@ %% ------------------------------------------------------------------- -module(test_SUITE). --compile(export_all). +-export([all/0, simple_test/1, app_config_file_test/1, check_path/1]). -include_lib("ct.hrl"). |