diff options
author | Lukas Larsson <[email protected]> | 2010-09-20 15:46:12 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2010-12-08 18:07:46 +0100 |
commit | ec4c840624a9a44d4d7d6b1e51e1f33a291a704b (patch) | |
tree | 6119a9f5fbc6a98424c37a57d57ef686aaedbefe /lib/common_test/src/ct_util.hrl | |
parent | 9f4d45da9bfa3b1f5d3d345e48447ad89088afc9 (diff) | |
download | otp-ec4c840624a9a44d4d7d6b1e51e1f33a291a704b.tar.gz otp-ec4c840624a9a44d4d7d6b1e51e1f33a291a704b.tar.bz2 otp-ec4c840624a9a44d4d7d6b1e51e1f33a291a704b.zip |
Add support for suite_callback in spec, command_line and interactive. Start work on suite_callback functionality.
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r-- | lib/common_test/src/ct_util.hrl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index ee973f6220..99f029bc0e 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -36,6 +36,7 @@ config=[], userconfig=[], event_handler=[], + suite_callbacks=[], include=[], multiply_timetraps=[], scale_timetraps=[], |