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