1%%
2%% %CopyrightBegin%
3%%
4%% Copyright Ericsson AB 1997-2016. All Rights Reserved.
5%%
6%% Licensed under the Apache License, Version 2.0 (the "License");
7%% you may not use this file except in compliance with the License.
8%% You may obtain a copy of the License at
9%%
10%%     http://www.apache.org/licenses/LICENSE-2.0
11%%
12%% Unless required by applicable law or agreed to in writing, software
13%% distributed under the License is distributed on an "AS IS" BASIS,
14%% WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15%% See the License for the specific language governing permissions and
16%% limitations under the License.
17%%
18%% %CopyrightEnd%
19%%
20
21%% Defines ripped out from test_server (these must remain the same
22%% as in test_server).
23
24-define(logdir_ext, ".logs").
25-define(suitelog_name, "suite.log").
26-define(last_file, "last_name").
27-define(last_link, "last_link").
28-define(last_test, "last_test").
29-define(run_summary, "suite.summary").
30-define(cover_total,"total_cover.log").
31-define(variables, "variables").
32-define(cross_variables, "variables-cross").
33-define(LF, [10]).                              % Newline in VxWorks script
34-define(CHAR_PER_LINE, 60).                     % Characters per VxWorks script building line
35-define(CROSS_COOKIE, "cross").                 % cookie used when cross platform testing
36-define(TS_PORT, 7887).
37-define(TEST_SERVER_SCRIPT, "test_server_vx.script").
38
39