aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2018-05-16 17:19:38 +0200
committerLoïc Hoguin <[email protected]>2018-05-16 17:19:38 +0200
commit03219f30c9f46012148297aad718805a5dc27991 (patch)
tree9aa4aa7b28b37ce5b3e0cf8273eb1c884483775c
parent963f53942f1106771e91a018ac9ad46e3bc6a777 (diff)
downloadranch-03219f30c9f46012148297aad718805a5dc27991.tar.gz
ranch-03219f30c9f46012148297aad718805a5dc27991.tar.bz2
ranch-03219f30c9f46012148297aad718805a5dc27991.zip
Add nowarn_export_all to test suites
-rw-r--r--test/acceptor_SUITE.erl1
-rw-r--r--test/sendfile_SUITE.erl1
-rw-r--r--test/shutdown_SUITE.erl1
3 files changed, 3 insertions, 0 deletions
diff --git a/test/acceptor_SUITE.erl b/test/acceptor_SUITE.erl
index 4918642..caea5b2 100644
--- a/test/acceptor_SUITE.erl
+++ b/test/acceptor_SUITE.erl
@@ -14,6 +14,7 @@
-module(acceptor_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [doc/1]).
-import(ct_helper, [name/0]).
diff --git a/test/sendfile_SUITE.erl b/test/sendfile_SUITE.erl
index d89724f..7bec5ac 100644
--- a/test/sendfile_SUITE.erl
+++ b/test/sendfile_SUITE.erl
@@ -15,6 +15,7 @@
-module(sendfile_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/shutdown_SUITE.erl b/test/shutdown_SUITE.erl
index cf1edfd..d46e223 100644
--- a/test/shutdown_SUITE.erl
+++ b/test/shutdown_SUITE.erl
@@ -14,6 +14,7 @@
-module(shutdown_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [doc/1]).
-import(ct_helper, [name/0]).