Skip to content
Snippets Groups Projects
Commit 9030d0c2 authored by Botond Baranyi's avatar Botond Baranyi
Browse files

Changed function test runtime selection method to match method used by Jenkins


Change-Id: I99339ad4f69694bac49dd418fbd2caf11ebe7443
Signed-off-by: default avatarBotond Baranyi <botond.baranyi@ericsson.com>
parent 425797c8
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ SCRIPTFLAGS += -coverage ...@@ -28,7 +28,7 @@ SCRIPTFLAGS += -coverage
endif endif
# Runtime selection # Runtime selection
#RT2 := yes #RT2 := yes
ifeq ($(RT2), yes) ifdef RT2
SCRIPTFLAGS += -rt2 SCRIPTFLAGS += -rt2
endif endif
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
############################################################################## ##############################################################################
SADIRS := ver xer encode param template any_from pattern_ref float recof_index \ SADIRS := ver xer encode param template any_from pattern_ref float recof_index \
port_translation port_translation
ifeq ($(RT2), yes) ifdef RT2
SADIRS += deprecated erroneous_attributes template_concat SADIRS += deprecated erroneous_attributes template_concat
endif endif
#$(wildcard TTCN3_[a0-9]* ASN_[a0-9]*) ver xer #$(wildcard TTCN3_[a0-9]* ASN_[a0-9]*) ver xer
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
# Flags for the TTCN-3 and ASN.1 compiler: # Flags for the TTCN-3 and ASN.1 compiler:
COMPILER_FLAGS := -s -g COMPILER_FLAGS := -s -g
ifeq ($(RT2), yes) ifdef RT2
COMPILER_FLAGS += -R COMPILER_FLAGS += -R
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment