From c807880f7ac73f813b2660ea81a00f7712a4e793 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Mon, 29 Aug 2016 12:39:49 +0200 Subject: Add old mailing list archives --- docs/en/erlang.mk/1/guide/common_test/index.html | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (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 aae734f1..54cefcaf 100644 --- a/docs/en/erlang.mk/1/guide/common_test/index.html +++ b/docs/en/erlang.mk/1/guide/common_test/index.html @@ -90,11 +90,7 @@ options. Options are documented in the Common Test user guide. You can use it to set Common Test hooks, for example:

-
-
CT_OPTS = -ct_hooks cowboy_ct_hook
+

The CT_SUITES variable can be used to override what Common Test suites Erlang.mk will be aware of. It does not normally need to be set as Erlang.mk will find the @@ -103,11 +99,7 @@ test suites automatically.

If the file is named http_SUITE.erl, the test suite is http:

-
-
CT_SUITES = http ws
+
-- cgit v1.2.3