From d3abb447a118aecf23afddbec9b83a61ae8d1670 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 28 Nov 2018 16:02:21 +0100 Subject: Ranch 1.7.1 and Cowboy 2.6.1 --- docs/en/erlang.mk/1/guide/common_test.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/en/erlang.mk/1/guide/common_test.asciidoc') diff --git a/docs/en/erlang.mk/1/guide/common_test.asciidoc b/docs/en/erlang.mk/1/guide/common_test.asciidoc index f8f0de3d..993bb8cd 100644 --- a/docs/en/erlang.mk/1/guide/common_test.asciidoc +++ b/docs/en/erlang.mk/1/guide/common_test.asciidoc @@ -93,5 +93,11 @@ as a dependency, you can run the following directly: [source,bash] $ make -C deps/cowboy ct-http t=http_compress +The variable `c` can be used to run a specific test when +the test suite does not group test cases: + +[source,bash] +$ make ct-http c=headers_dupe + Finally, xref:coverage[code coverage] is available, but covered in its own chapter. -- cgit v1.2.3