From 4da38a84f7540856fa590afdba2eb7958978788c Mon Sep 17 00:00:00 2001 From: Peter Andersson Date: Thu, 3 Jun 2010 14:27:21 +0200 Subject: Make it possible to run ts tests for Common Test via the ct_run:script_start() interface The possibility to pass start arguments to ct_run:start_script/0 by means of an application environment variable has been implemented. This will be used by ct_test_support for automatic testing of all common_test start interfaces. --- lib/common_test/src/ct_util.hrl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/common_test/src/ct_util.hrl') diff --git a/lib/common_test/src/ct_util.hrl b/lib/common_test/src/ct_util.hrl index 7ddb7d8c2b..d9c5631f88 100644 --- a/lib/common_test/src/ct_util.hrl +++ b/lib/common_test/src/ct_util.hrl @@ -36,6 +36,8 @@ userconfig=[], event_handler=[], include=[], + multiply_timetraps, + scale_timetraps, alias=[], tests=[]}). -- cgit v1.2.3