Merge pull request #19 from nspaseski/master
[deliverable/titan.core.git] / function_test / README.txt
CommitLineData
970ed795 1###############################################################################
3abe9331 2# Copyright (c) 2000-2015 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
7###############################################################################
8// README to function test
9All command shall be started from this folder (function_test)
10
111. How to start function test?
12make
13
142. Ho to start function test for one subfolder?
15Do it with the subfolder name,
16e.g:
17make Text_EncDec
18
19Note: It is not the same as
20>cd Text_EncDec; ./run_test
21because the environment is not prepared with the latter method.
22
233.How to clean all subfolder?
24make clean
25
264. Which scripts will be executed in the function test?
27
28function_test/Tools/SAtester for:
29BER_EncDec
30RAW_EncDec
31Text_EncDec
32
33function_test/Tools/SAtester.pl for:
34Config_Parser
35Semantic_Analyser
This page took 0.023947 seconds and 5 git commands to generate.