added hostid function (artf724006)
[deliverable/titan.core.git] / function_test / README.txt
CommitLineData
970ed795 1###############################################################################
d44e3c4f 2# Copyright (c) 2000-2016 Ericsson Telecom AB
970ed795
EL
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
d44e3c4f 7#
8# Contributors:
9# Balasko, Jeno
10#
970ed795 11###############################################################################
d44e3c4f 12// README to function test
970ed795
EL
13All command shall be started from this folder (function_test)
14
151. How to start function test?
16make
17
182. Ho to start function test for one subfolder?
19Do it with the subfolder name,
20e.g:
21make Text_EncDec
22
23Note: It is not the same as
24>cd Text_EncDec; ./run_test
25because the environment is not prepared with the latter method.
26
273.How to clean all subfolder?
28make clean
29
304. Which scripts will be executed in the function test?
31
32function_test/Tools/SAtester for:
33BER_EncDec
34RAW_EncDec
35Text_EncDec
36
37function_test/Tools/SAtester.pl for:
38Config_Parser
d44e3c4f 39Semantic_Analyser
This page took 0.027122 seconds and 5 git commands to generate.