From 306bcdfd962b941434c37d9059ee4dc0364cc71a Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Mon, 16 Jul 2012 00:00:21 +0200 Subject: Implement constants and new features for test specifications OTP-10049 OTP-10089 --- lib/common_test/src/ct_util.hrl | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'lib/common_test/src/ct_util.hrl') diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index 6b016e95df..d2851d3463 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -34,13 +34,17 @@ profile=[], logdir=["."], logopts=[], + basic_html=[], cover=[], config=[], userconfig=[], event_handler=[], ct_hooks=[], enable_builtin_hooks=true, + noinput=false, include=[], + auto_compile=[], + stylesheet=[], multiply_timetraps=[], scale_timetraps=[], create_priv_dir=[], -- cgit v1.2.3