aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/include/ct.hrl
diff options
context:
space:
mode:
authorPeter Andersson <[email protected]>2013-09-11 00:57:40 +0200
committerPeter Andersson <[email protected]>2013-09-11 17:27:46 +0200
commit7db62c1513718c565dafa85838f3aadb8851627c (patch)
tree6c91e1a720906b07c0d379aafa709c4b26c8378c /lib/common_test/include/ct.hrl
parent8ee301f7d4a6e7b3254737e9e18250e266441ac6 (diff)
downloadotp-7db62c1513718c565dafa85838f3aadb8851627c.tar.gz
otp-7db62c1513718c565dafa85838f3aadb8851627c.tar.bz2
otp-7db62c1513718c565dafa85838f3aadb8851627c.zip
Add misc documentation
Diffstat (limited to 'lib/common_test/include/ct.hrl')
-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).