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/index.html | 7 +++++++ 1 file changed, 7 insertions(+) (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 8c4c66d2..c50f40be 100644 --- a/docs/en/erlang.mk/1/guide/common_test/index.html +++ b/docs/en/erlang.mk/1/guide/common_test/index.html @@ -146,6 +146,13 @@ http://www.lorenzobettini.it http://www.gnu.org/software/src-highlite -->
$ 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:

+
+
$ make ct-http c=headers_dupe
+

Finally, code coverage is available, but covered in its own chapter.

-- cgit v1.2.3