aboutsummaryrefslogtreecommitdiffstats
path: root/lib/common_test/src/ct_util.hrl
diff options
context:
space:
mode:
authorAndrey Pampukha <[email protected]>2010-03-24 11:35:59 +0100
committerRaimo Niskanen <[email protected]>2010-06-09 16:19:16 +0200
commit497c107bcdb7095f402d4b9884b0bfc8f9bbe97f (patch)
treee727a22eb45d5d5df0072cfcbdaac5a09ff7cdc1 /lib/common_test/src/ct_util.hrl
parent743d8c90b1f7420fb29077daacf959b018cb4086 (diff)
downloadotp-497c107bcdb7095f402d4b9884b0bfc8f9bbe97f.tar.gz
otp-497c107bcdb7095f402d4b9884b0bfc8f9bbe97f.tar.bz2
otp-497c107bcdb7095f402d4b9884b0bfc8f9bbe97f.zip
Add support for user_config in ct_master
Diffstat (limited to 'lib/common_test/src/ct_util.hrl')
-rw-r--r--lib/common_test/src/ct_util.hrl3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl
index fff59f3fde..c2f51dfba5 100644
--- a/lib/common_test/src/ct_util.hrl
+++ b/lib/common_test/src/ct_util.hrl
@@ -32,6 +32,7 @@
logdir=["."],
cover=[],
config=[],
+ userconfig=[],
event_handler=[],
include=[],
alias=[],
@@ -50,4 +51,4 @@
-define(CT_MEVMGR_REF, ct_master_event).
-define(missing_suites_info, "missing_suites.info").
--define(ct_config_txt, ct_config_plain). \ No newline at end of file
+-define(ct_config_txt, ct_config_plain).