Titan Core Initial Contribution
[deliverable/titan.core.git] / function_test / README.txt
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 // README to function test
9 All command shall be started from this folder (function_test)
10
11 1. How to start function test?
12 make
13
14 2. Ho to start function test for one subfolder?
15 Do it with the subfolder name,
16 e.g:
17 make Text_EncDec
18
19 Note: It is not the same as
20 >cd Text_EncDec; ./run_test
21 because the environment is not prepared with the latter method.
22
23 3.How to clean all subfolder?
24 make clean
25
26 4. Which scripts will be executed in the function test?
27
28 function_test/Tools/SAtester for:
29 BER_EncDec
30 RAW_EncDec
31 Text_EncDec
32
33 function_test/Tools/SAtester.pl for:
34 Config_Parser
35 Semantic_Analyser
This page took 0.044349 seconds and 6 git commands to generate.