From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?=
http
:The CT_LOGS_DIR
variable can be used to set where HTML
log files are to be written. This defaults to logs/.
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:
ct-http
will run that specific test suite: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:
To do the same against a multi-application repository,
you can use the -C
option:
Note that this also applies to dependencies. When using Cowboy as a dependency, you can run the following directly: