diff options
author | Peter Andersson <[email protected]> | 2011-07-08 20:46:17 +0200 |
---|---|---|
committer | Peter Andersson <[email protected]> | 2011-09-23 12:24:53 +0200 |
commit | 0075b97214d6c037eca3888bca29d68c9b5fbb74 (patch) | |
tree | 06734de9077352d0422a0525b1cbfbb1b0bd2041 /lib/common_test/src/ct_util.hrl | |
parent | 312005eb3d09f5bf00ce129c1dd900de1475fc0a (diff) | |
download | otp-0075b97214d6c037eca3888bca29d68c9b5fbb74.tar.gz otp-0075b97214d6c037eca3888bca29d68c9b5fbb74.tar.bz2 otp-0075b97214d6c037eca3888bca29d68c9b5fbb74.zip |
Modify start options and introduce CT profiles
OTP-9155: Improve handling of start options in Common Test
OTP-9428: Introduce first version of CT profiles (for evaluation)
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index 556f88c84d..09060f3e8b 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -31,6 +31,7 @@ nodes=[], init=[], label=[], + profile=[], logdir=["."], cover=[], config=[], @@ -58,3 +59,5 @@ -define(missing_suites_info, "missing_suites.info"). -define(ct_config_txt, ct_config_plain). + +-define(ct_profile_file, ".common_test"). |