From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Apr 2018 13:13:37 +0200 Subject: Cowboy 2.3.0 --- docs/en/erlang.mk/1/guide/common_test/index.html | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'docs/en/erlang.mk/1/guide/common_test') diff --git a/docs/en/erlang.mk/1/guide/common_test/index.html b/docs/en/erlang.mk/1/guide/common_test/index.html index faf90773..25a0f2e5 100644 --- a/docs/en/erlang.mk/1/guide/common_test/index.html +++ b/docs/en/erlang.mk/1/guide/common_test/index.html @@ -7,7 +7,7 @@ - + Nine Nines: Common Test @@ -88,7 +88,7 @@ options. Options are documented in the Common Test user guide. You can use it to set Common Test hooks, for example:

-
@@ -101,7 +101,7 @@ test suites automatically.

If the file is named http_SUITE.erl, the test suite is http:

-
@@ -109,7 +109,7 @@ http://www.gnu.org/software/src-highlite -->

The CT_LOGS_DIR variable can be used to set where HTML log files are to be written. This defaults to logs/.

-
@@ -121,21 +121,21 @@ http://www.gnu.org/software/src-highlite -->

To run all tests (including Common Test):

-
$ make tests

To run all tests and static checks (including Common Test):

-
$ make check

You can also run Common Test separately:

-
@@ -144,7 +144,7 @@ http://www.gnu.org/software/src-highlite --> If you have a file named test/http_SUITE.erl, then the target ct-http will run that specific test suite:

-
@@ -156,14 +156,14 @@ suite-specific targets, like the ct-http example above.

To run all tests from the http_compress group in the http_SUITE test suite, write:

-
$ make ct-http t=http_compress

Similarly, to run a specific test case in that group:

-
@@ -171,7 +171,7 @@ http://www.gnu.org/software/src-highlite -->

To do the same against a multi-application repository, you can use the -C option:

-
@@ -179,7 +179,7 @@ http://www.gnu.org/software/src-highlite -->

Note that this also applies to dependencies. When using Cowboy as a dependency, you can run the following directly:

-
-- cgit v1.2.3