Titan Core Initial Contribution
[deliverable/titan.core.git] / regression_test / predefFunction / PreDef.cfg
1 ###############################################################################
2 # Copyright (c) 2000-2014 Ericsson Telecom AB
3 # All rights reserved. This program and the accompanying materials
4 # are made available under the terms of the Eclipse Public License v1.0
5 # which accompanies this distribution, and is available at
6 # http://www.eclipse.org/legal/epl-v10.html
7 ###############################################################################
8 [MODULE_PARAMETERS]
9
10 [LOGGING]
11 LogSourceInfo := Yes
12 Logfile := "PreDef.log"
13 FileMask := LOG_ALL
14 ConsoleMask := TTCN_WARNING | TTCN_ERROR | TTCN_TESTCASE | TTCN_STATISTICS
15
16 [EXECUTE]
17 bit_to_SW.control
18 char_to_SW.control
19 # no compile-time eval for encvalue/decvalue
20 enum_to_SW.control
21 float_to_SW.control
22 hex_to_SW.control
23 int_to_SW.control
24 length_of_SW.control
25 oct_to_SW.control
26 # no compile-time eval for regex
27 replacer_SW.control
28 rotter_SW.control
29 shifty_SW.control
30 size_of_SW.control
31 str_to_SW.control
32 sub_str_SW.control
33 tcname_SW.control
34
35 bit_to_OK.control
36 char_to_OK.control
37 encdec_OK.control
38 enum_to_OK.control
39 float_to_OK.control
40 hex_to_OK.control
41 int_to_OK.control
42 isprecho_OK.control
43 length_of_OK.control
44 oct_to_OK.control
45 regex_OK.control
46 replacer_OK.control
47 rotter_OK.control
48 shifty_OK.control
49 size_of_OK.control
50 str_to_OK.control
51 sub_str_OK.control
52 tcname_OK.control
This page took 0.034963 seconds and 5 git commands to generate.