From f07636e66759ecdaff4ee4e9097ecbf88eb6b217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 26 Nov 2018 23:46:31 +0100 Subject: Allow running test cases without groups in CT --- doc/src/guide/common_test.asciidoc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/src/guide/common_test.asciidoc') diff --git a/doc/src/guide/common_test.asciidoc b/doc/src/guide/common_test.asciidoc index f8f0de3..993bb8c 100644 --- a/doc/src/guide/common_test.asciidoc +++ b/doc/src/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