mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Add nowarn_export_all to all test suites
This commit is contained in:
parent
d33a0df3fe
commit
cf3ab5832a
17 changed files with 17 additions and 0 deletions
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
|
@ -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]).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue