0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Add nowarn_export_all to all test suites

This commit is contained in:
Loïc Hoguin 2017-11-29 16:57:10 +01:00
parent d33a0df3fe
commit cf3ab5832a
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764
17 changed files with 17 additions and 0 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -14,6 +14,7 @@
-module(rfc7230_SUITE). -module(rfc7230_SUITE).
-compile(export_all). -compile(export_all).
-compile(nowarn_export_all).
-import(ct_helper, [doc/1]). -import(ct_helper, [doc/1]).
-import(cowboy_test, [gun_open/1]). -import(cowboy_test, [gun_open/1]).

View file

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

View file

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

View file

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

View file

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

View file

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