aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/include
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-09-11 17:31:10 +0200
committerPeter Andersson <[email protected]>2013-09-11 17:31:57 +0200
commit97749b58dc4ddd2982d73175d668df0f5948768d (patch)
tree057ef1c1bf8d7df40308077776496b5762bd6256 /lib/common_test/include
parentb44ce0f1b70176bba8ce817d9889ace9efaec891 (diff)
parent7db62c1513718c565dafa85838f3aadb8851627c (diff)
downloadotp-97749b58dc4ddd2982d73175d668df0f5948768d.tar.gz
otp-97749b58dc4ddd2982d73175d668df0f5948768d.tar.bz2
otp-97749b58dc4ddd2982d73175d668df0f5948768d.zip
Merge branch 'peppe/common_test/misc_r16b02_docs' into maint
* peppe/common_test/misc_r16b02_docs: Add misc documentation OTP-11272 OTP-11263 OTP-11244 OTP-11238 OTP-11176
Diffstat (limited to 'lib/common_test/include')
-rw-r--r--lib/common_test/include/ct.hrl4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/common_test/include/ct.hrl b/lib/common_test/include/ct.hrl
index bde2709ad1..44cc33f01e 100644
--- a/lib/common_test/include/ct.hrl
+++ b/lib/common_test/include/ct.hrl
@@ -32,3 +32,7 @@
-define(STD_VERBOSITY, 50 ).
-define(HI_VERBOSITY, 75 ).
-define(MAX_VERBOSITY, 100).
+
+%% name of process executing the CT Hook init and terminate function
+-define(CT_HOOK_INIT_PROCESS, ct_util_server).
+-define(CT_HOOK_TERMINATE_PROCESS, ct_util_server).