@@ -13,7 +13,7 @@
%% OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-module(cowboy_test).
--compile(export_all).
+-compile([export_all, nowarn_export_all]).
%% Start and stop applications and their dependencies.
-module(eunit_SUITE).
all() ->
[eunit].
@@ -14,7 +14,7 @@
-module(http_SUITE).
-import(cowboy_test, [config/2]).
-import(cowboy_test, [gun_open/1]).
-module(loop_handler_SUITE).
-import(cowboy_test, [doc/1]).
-module(spdy_SUITE).
-import(cowboy_test, [gun_monitor_open/1]).
-module(ws_SUITE).