diff options
Diffstat (limited to 'docs/en/erlang.mk/1/guide/common_test/index.html')
-rw-r--r-- | docs/en/erlang.mk/1/guide/common_test/index.html | 7 |
1 files changed, 7 insertions, 0 deletions
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 --> <pre><tt>$ make -C deps/cowboy ct-http <font color="#009900">t</font><font color="#990000">=</font>http_compress</tt></pre> </div></div> +<p>The variable <code>c</code> can be used to run a specific test when the test suite does not group test cases:</p> +<div class="listingblock"><div class="content"><!-- Generator: GNU source-highlight 3.1.8 +by Lorenzo Bettini +http://www.lorenzobettini.it +http://www.gnu.org/software/src-highlite --> +<pre><tt>$ make ct-http <font color="#009900">c</font><font color="#990000">=</font>headers_dupe</tt></pre> +</div></div> <p>Finally, <a href="../coverage">code coverage</a> is available, but covered in its own chapter.</p> |