diff options
author | Peter Andersson <[email protected]> | 2012-07-16 00:00:21 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2012-08-21 11:49:39 +0200 |
commit | 306bcdfd962b941434c37d9059ee4dc0364cc71a (patch) | |
tree | 5a3b6b11389c0ef46f33ef0048fef657f144fc03 /lib/common_test/src/ct_util.hrl | |
parent | 4b70df67d825c1b44ca15a5a4ecd57ad1828ead3 (diff) | |
download | otp-306bcdfd962b941434c37d9059ee4dc0364cc71a.tar.gz otp-306bcdfd962b941434c37d9059ee4dc0364cc71a.tar.bz2 otp-306bcdfd962b941434c37d9059ee4dc0364cc71a.zip |
Implement constants and new features for test specifications
OTP-10049
OTP-10089
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 4 |
1 files changed, 4 insertions, 0 deletions
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=[], |