0
Fork 0
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:
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).
-compile(export_all).
-compile(nowarn_export_all).
-import(ct_helper, [config/2]).
-import(ct_helper, [doc/1]).