Skip to content
Snippets Groups Projects
Botond Baranyi's avatar
Botond Baranyi authored
OOP: added semantic errors for starting a class method or a function with a class type parameter on a parallel component (bug 568748, 568744, 568899)

Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
Change-Id: I51fe7e6e2f26efb2727d34081cf8430b3fc86955
3338a86d
History
###############################################################################
# Copyright (c) 2000-2021 Ericsson Telecom AB
# All rights reserved. This program and the accompanying materials
# are made available under the terms of the Eclipse Public License v2.0
# which accompanies this distribution, and is available at
# https://www.eclipse.org/org/documents/epl-2.0/EPL-2.0.html
#
# Contributors:
#   Balasko, Jeno
#
###############################################################################
// README to function test
All command shall be started from this folder (function_test)

1. How to start function test?
make

2. Ho to start function test for one subfolder?
Do it with the subfolder name,
e.g:
make Text_EncDec (obsolete, moved)
make Semantic_Analyser

or 

for the subfolders of folder Semantic_Analyser:
make Semantic_Analyser_Csaba

Note: It is not the same as 
>cd Text_EncDec; ./run_test
because the environment is not prepared with the latter method.

3.How to clean all subfolder?
make clean

4. Which scripts will be executed in the function test?

Obsolete: function_test/Tools/SAtester for:
BER_EncDec
RAW_EncDec
Text_EncDec
OER_EncDec
(These tests do not use any script anymore.)

function_test/Tools/SAtester.pl for:
Config_Parser
Semantic_Analyser