Browse Source

Add nowarn_export_all to all test suites

Loïc Hoguin 7 years ago
parent
commit
cf3ab5832a

+ 1 - 0
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]).

+ 1 - 0
test/cowboy_test.erl

@@ -14,6 +14,7 @@
 
 -module(cowboy_test).
 -compile(export_all).
+-compile(nowarn_export_all).
 
 -import(ct_helper, [config/2]).
 

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).

+ 1 - 0
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]).