Просмотр исходного кода

Add nowarn_export_all to test suites

Loïc Hoguin 7 лет назад
Родитель
Сommit
03219f30c9
3 измененных файлов с 3 добавлено и 0 удалено
  1. 1 0
      test/acceptor_SUITE.erl
  2. 1 0
      test/sendfile_SUITE.erl
  3. 1 0
      test/shutdown_SUITE.erl

+ 1 - 0
test/acceptor_SUITE.erl

@@ -14,6 +14,7 @@
 
 -module(acceptor_SUITE).
 -compile(export_all).
+-compile(nowarn_export_all).
 
 -import(ct_helper, [doc/1]).
 -import(ct_helper, [name/0]).

+ 1 - 0
test/sendfile_SUITE.erl

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

+ 1 - 0
test/shutdown_SUITE.erl

@@ -14,6 +14,7 @@
 
 -module(shutdown_SUITE).
 -compile(export_all).
+-compile(nowarn_export_all).
 
 -import(ct_helper, [doc/1]).
 -import(ct_helper, [name/0]).