aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-11-29 16:57:10 +0100
committerLoïc Hoguin <[email protected]>2017-11-29 16:57:10 +0100
commitcf3ab5832ad7033219b0f6a806be12c0e9cc9816 (patch)
tree2eab43427655847da4e94437d417cc3104bb30f1 /test
parentd33a0df3fe3d8b0b3bc64e66df883f9b20b76780 (diff)
downloadcowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.tar.gz
cowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.tar.bz2
cowboy-cf3ab5832ad7033219b0f6a806be12c0e9cc9816.zip
Add nowarn_export_all to all test suites
Diffstat (limited to 'test')
-rw-r--r--test/compress_SUITE.erl1
-rw-r--r--test/cowboy_test.erl1
-rw-r--r--test/examples_SUITE.erl1
-rw-r--r--test/h2spec_SUITE.erl1
-rw-r--r--test/http2_SUITE.erl1
-rw-r--r--test/http_SUITE.erl1
-rw-r--r--test/loop_handler_SUITE.erl1
-rw-r--r--test/metrics_SUITE.erl1
-rw-r--r--test/misc_SUITE.erl1
-rw-r--r--test/req_SUITE.erl1
-rw-r--r--test/rest_handler_SUITE.erl1
-rw-r--r--test/rfc7230_SUITE.erl1
-rw-r--r--test/rfc7540_SUITE.erl1
-rw-r--r--test/static_handler_SUITE.erl1
-rw-r--r--test/stream_handler_SUITE.erl1
-rw-r--r--test/tracer_SUITE.erl1
-rw-r--r--test/ws_SUITE.erl1
17 files changed, 17 insertions, 0 deletions
diff --git a/test/compress_SUITE.erl b/test/compress_SUITE.erl
index 83e662a..36f8865 100644
--- a/test/compress_SUITE.erl
+++ b/test/compress_SUITE.erl
@@ -14,6 +14,7 @@
-module(compress_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/cowboy_test.erl b/test/cowboy_test.erl
index bdeb801..23185b4 100644
--- a/test/cowboy_test.erl
+++ b/test/cowboy_test.erl
@@ -14,6 +14,7 @@
-module(cowboy_test).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
diff --git a/test/examples_SUITE.erl b/test/examples_SUITE.erl
index ff0457a..69abe84 100644
--- a/test/examples_SUITE.erl
+++ b/test/examples_SUITE.erl
@@ -14,6 +14,7 @@
-module(examples_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/h2spec_SUITE.erl b/test/h2spec_SUITE.erl
index fe93fdc..3429bb3 100644
--- a/test/h2spec_SUITE.erl
+++ b/test/h2spec_SUITE.erl
@@ -14,6 +14,7 @@
-module(h2spec_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/http2_SUITE.erl b/test/http2_SUITE.erl
index 6eaa11d..7730b58 100644
--- a/test/http2_SUITE.erl
+++ b/test/http2_SUITE.erl
@@ -14,6 +14,7 @@
-module(http2_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/http_SUITE.erl b/test/http_SUITE.erl
index b4c6cc7..203378c 100644
--- a/test/http_SUITE.erl
+++ b/test/http_SUITE.erl
@@ -15,6 +15,7 @@
-module(http_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(cowboy_test, [gun_open/1]).
diff --git a/test/loop_handler_SUITE.erl b/test/loop_handler_SUITE.erl
index 6012b00..39627a5 100644
--- a/test/loop_handler_SUITE.erl
+++ b/test/loop_handler_SUITE.erl
@@ -14,6 +14,7 @@
-module(loop_handler_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/metrics_SUITE.erl b/test/metrics_SUITE.erl
index 3107447..6af4492 100644
--- a/test/metrics_SUITE.erl
+++ b/test/metrics_SUITE.erl
@@ -14,6 +14,7 @@
-module(metrics_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/misc_SUITE.erl b/test/misc_SUITE.erl
index 6d39848..f61e1e4 100644
--- a/test/misc_SUITE.erl
+++ b/test/misc_SUITE.erl
@@ -14,6 +14,7 @@
-module(misc_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/req_SUITE.erl b/test/req_SUITE.erl
index 9fa73e5..50001b2 100644
--- a/test/req_SUITE.erl
+++ b/test/req_SUITE.erl
@@ -14,6 +14,7 @@
-module(req_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/rest_handler_SUITE.erl b/test/rest_handler_SUITE.erl
index d48690b..ec7c97d 100644
--- a/test/rest_handler_SUITE.erl
+++ b/test/rest_handler_SUITE.erl
@@ -14,6 +14,7 @@
-module(rest_handler_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/rfc7230_SUITE.erl b/test/rfc7230_SUITE.erl
index ea843a4..b0b4777 100644
--- a/test/rfc7230_SUITE.erl
+++ b/test/rfc7230_SUITE.erl
@@ -14,6 +14,7 @@
-module(rfc7230_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [doc/1]).
-import(cowboy_test, [gun_open/1]).
diff --git a/test/rfc7540_SUITE.erl b/test/rfc7540_SUITE.erl
index 65321aa..7404f8b 100644
--- a/test/rfc7540_SUITE.erl
+++ b/test/rfc7540_SUITE.erl
@@ -14,6 +14,7 @@
-module(rfc7540_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/static_handler_SUITE.erl b/test/static_handler_SUITE.erl
index e8d496c..5b02e01 100644
--- a/test/static_handler_SUITE.erl
+++ b/test/static_handler_SUITE.erl
@@ -14,6 +14,7 @@
-module(static_handler_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/stream_handler_SUITE.erl b/test/stream_handler_SUITE.erl
index 02234b4..04e1dcf 100644
--- a/test/stream_handler_SUITE.erl
+++ b/test/stream_handler_SUITE.erl
@@ -14,6 +14,7 @@
-module(stream_handler_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/tracer_SUITE.erl b/test/tracer_SUITE.erl
index b4eb3cf..b84305c 100644
--- a/test/tracer_SUITE.erl
+++ b/test/tracer_SUITE.erl
@@ -14,6 +14,7 @@
-module(tracer_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).
diff --git a/test/ws_SUITE.erl b/test/ws_SUITE.erl
index ad4e15e..99307d8 100644
--- a/test/ws_SUITE.erl
+++ b/test/ws_SUITE.erl
@@ -14,6 +14,7 @@
-module(ws_SUITE).
-compile(export_all).
+-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).