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

Document how to run all test suites

Loïc Hoguin 6 лет назад
Родитель
Сommit
0704b2fa7c
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      CONTRIBUTING.asciidoc

+ 8 - 0
CONTRIBUTING.asciidoc

@@ -228,6 +228,14 @@ $ make tests
 
 You can then open Common Test logs in 'logs/all_runs.html'.
 
+By default Cowboy excludes a few test suites that take too
+long to complete. For example all the examples are built and
+tested, and one Websocket test suite is very extensive. In
+order to run everything, do:
+
+[source,bash]
+$ make tests FULL=1
+
 Once all tests pass (or at least, no new tests are failing),
 you can commit your changes.