[PATCH] osmo-ttcn3-hacks[master]: */regen_makefile.sh: drop multiple naming of main ttcn file

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Thu Apr 12 02:33:50 UTC 2018


Hello Jenkins Builder,

I'd like you to reexamine a change.  Please visit

    https://gerrit.osmocom.org/7771

to look at the new patch set (#2).

*/regen_makefile.sh: drop multiple naming of main ttcn file

In FILES="*.ttcn", the main FOO_Tests.ttcn is already included, no need to name
it a second time.

Change-Id: I94f37d64198ce2e36c5cd8892ccd33987e1fba32
---
M bsc-nat/regen_makefile.sh
M bsc/regen_makefile.sh
M bts/regen_makefile.sh
M ggsn_tests/regen_makefile.sh
M hlr/regen_makefile.sh
M lapdm/regen_makefile.sh
M mgw/regen_makefile.sh
M msc/regen_makefile.sh
M pcu/regen_makefile.sh
M selftest/regen_makefile.sh
M sgsn/regen_makefile.sh
M sip/regen_makefile.sh
M sysinfo/regen_makefile.sh
13 files changed, 13 insertions(+), 21 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-ttcn3-hacks refs/changes/71/7771/2

diff --git a/bsc-nat/regen_makefile.sh b/bsc-nat/regen_makefile.sh
index 5c25366..bf452df 100755
--- a/bsc-nat/regen_makefile.sh
+++ b/bsc-nat/regen_makefile.sh
@@ -1,9 +1,7 @@
 #!/bin/sh
 
-MAIN=IPA_Test.ttcn
-
 FILES="*.ttcn *.ttcnpp SCCP_EncDec.cc IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc RTP_EncDec.cc SDP_EncDec.cc *.c MGCP_CodecPort_CtrlFunctDef.cc"
 
 export CPPFLAGS_TTCN3="-DIPA_EMULATION_SCCP -DIPA_EMULATION_MGCP -DUSE_MTP3_DISTRIBUTOR"
 
-../regen-makefile.sh $MAIN $FILES
+../regen-makefile.sh $FILES
diff --git a/bsc/regen_makefile.sh b/bsc/regen_makefile.sh
index 1e52252..dd96183 100755
--- a/bsc/regen_makefile.sh
+++ b/bsc/regen_makefile.sh
@@ -1,9 +1,7 @@
 #!/bin/sh
 
-MAIN=BSC_Tests.ttcn
-
 FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc SCTPasp_PT.cc RTP_EncDec.cc SDP_EncDec.cc RTP_CodecPort_CtrlFunctDef.cc MGCP_CodecPort_CtrlFunctDef.cc IuUP_EncDec.cc Native_FunctionDefs.cc TELNETasp_PT.cc *.c"
 
 export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL -DIPA_EMULATION_MGCP -DUSE_MTP3_DISTRIBUTOR"
 
-../regen-makefile.sh $MAIN $FILES
+../regen-makefile.sh $FILES
diff --git a/bts/regen_makefile.sh b/bts/regen_makefile.sh
index 9ed5a06..10d1d90 100755
--- a/bts/regen_makefile.sh
+++ b/bts/regen_makefile.sh
@@ -4,4 +4,4 @@
 
 export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL"
 
-../regen-makefile.sh BTS_Tests.ttcn $FILES
+../regen-makefile.sh $FILES
diff --git a/ggsn_tests/regen_makefile.sh b/ggsn_tests/regen_makefile.sh
index 6db1a3d..0ae60d9 100755
--- a/ggsn_tests/regen_makefile.sh
+++ b/ggsn_tests/regen_makefile.sh
@@ -2,4 +2,4 @@
 
 FILES="*.ttcn IPL4asp_PT.cc  IPL4asp_discovery.cc  TCCConversion.cc  TCCInterface.cc GTPC_EncDec.cc GTPU_EncDec.cc GTP_CodecPort_CtrlFunctDef.cc ICMPv6_EncDec.cc IP_EncDec.cc Native_FunctionDefs.cc UDP_EncDec.cc ICMP_EncDec.cc TELNETasp_PT.cc"
 
-../regen-makefile.sh GGSN_Tests.ttcn $FILES
+../regen-makefile.sh $FILES
diff --git a/hlr/regen_makefile.sh b/hlr/regen_makefile.sh
index 56f6671..73b4ec6 100755
--- a/hlr/regen_makefile.sh
+++ b/hlr/regen_makefile.sh
@@ -1,9 +1,7 @@
 #!/bin/sh
 
-MAIN="HLR_Tests.ttcn"
-
 FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc TELNETasp_PT.cc"
 
 export CPPFLAGS_TTCN3="-DIPA_EMULATION_GSUP -DIPA_EMULATION_CTRL"
 
-../regen-makefile.sh $MAIN $FILES
+../regen-makefile.sh $FILES
diff --git a/lapdm/regen_makefile.sh b/lapdm/regen_makefile.sh
index bb02fe8..99ecb92 100755
--- a/lapdm/regen_makefile.sh
+++ b/lapdm/regen_makefile.sh
@@ -2,4 +2,4 @@
 
 FILES="*.ttcn UD_PT.cc UD_PT.hh RLCMAC_EncDec.cc L1CTL_PortType_CtrlFunctDef.cc"
 
-../regen-makefile.sh L1CTL_Test.ttcn $FILES
+../regen-makefile.sh $FILES
diff --git a/mgw/regen_makefile.sh b/mgw/regen_makefile.sh
index 2b7d1f4..2aec794 100755
--- a/mgw/regen_makefile.sh
+++ b/mgw/regen_makefile.sh
@@ -2,4 +2,4 @@
 
 FILES="*.ttcn SDP_EncDec.cc *.c MGCP_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc RTP_EncDec.cc RTP_CodecPort_CtrlFunctDef.cc IuUP_EncDec.cc "
 
-../regen-makefile.sh MGCP_Test.ttcn $FILES
+../regen-makefile.sh $FILES
diff --git a/msc/regen_makefile.sh b/msc/regen_makefile.sh
index 29b3f05..8abd3e0 100755
--- a/msc/regen_makefile.sh
+++ b/msc/regen_makefile.sh
@@ -4,4 +4,4 @@
 
 export CPPFLAGS_TTCN3="-DIPA_EMULATION_MGCP -DIPA_EMULATION_GSUP -DUSE_MTP3_DISTRIBUTOR"
 
-../regen-makefile.sh MSC_Tests.ttcn $FILES
+../regen-makefile.sh $FILES
diff --git a/pcu/regen_makefile.sh b/pcu/regen_makefile.sh
index 7eefd2c..f09e350 100755
--- a/pcu/regen_makefile.sh
+++ b/pcu/regen_makefile.sh
@@ -2,4 +2,4 @@
 
 FILES="*.ttcn BSSGP_EncDec.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc NS_CodecPort_CtrlFunctDef.cc UD_PT.cc RLCMAC_EncDec.cc LLC_EncDec.cc L1CTL_PortType_CtrlFunctDef.cc"
 
-../regen-makefile.sh PCU_Tests.ttcn $FILES
+../regen-makefile.sh $FILES
diff --git a/selftest/regen_makefile.sh b/selftest/regen_makefile.sh
index 2503fca..14e6510 100755
--- a/selftest/regen_makefile.sh
+++ b/selftest/regen_makefile.sh
@@ -1,9 +1,7 @@
 #!/bin/sh
 
-MAIN=Selftest.ttcn
-
 FILES="*.ttcn *.ttcnpp IPA_CodecPort_CtrlFunctDef.cc IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc"
 
 export CPPFLAGS_TTCN3="-DIPA_EMULATION_RSL -DUSE_MTP3_DISTRIBUTOR"
 
-../regen-makefile.sh $MAIN $FILES
+../regen-makefile.sh $FILES
diff --git a/sgsn/regen_makefile.sh b/sgsn/regen_makefile.sh
index a85f79c..92a352b 100755
--- a/sgsn/regen_makefile.sh
+++ b/sgsn/regen_makefile.sh
@@ -4,4 +4,4 @@
 
 export CPPFLAGS_TTCN3="-DIPA_EMULATION_GSUP"
 
-../regen-makefile.sh SGSN_Tests.ttcn $FILES
+../regen-makefile.sh $FILES
diff --git a/sip/regen_makefile.sh b/sip/regen_makefile.sh
index 86f71b8..1599519 100755
--- a/sip/regen_makefile.sh
+++ b/sip/regen_makefile.sh
@@ -5,4 +5,4 @@
 
 export CPPFLAGS_TTCN3=""
 
-../regen-makefile.sh SIP_Tests.ttcn $FILES
+../regen-makefile.sh $FILES
diff --git a/sysinfo/regen_makefile.sh b/sysinfo/regen_makefile.sh
index 9dd3b7f..6e8cf73 100755
--- a/sysinfo/regen_makefile.sh
+++ b/sysinfo/regen_makefile.sh
@@ -2,4 +2,4 @@
 
 FILES="*.ttcn IPL4asp_PT.cc IPL4asp_discovery.cc TCCConversion.cc TCCInterface.cc IPL4_GSMTAP_CtrlFunctDef.cc TELNETasp_PT.cc"
 
-../regen-makefile.sh Test.ttcn $FILES
+../regen-makefile.sh $FILES

-- 
To view, visit https://gerrit.osmocom.org/7771
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I94f37d64198ce2e36c5cd8892ccd33987e1fba32
Gerrit-PatchSet: 2
Gerrit-Project: osmo-ttcn3-hacks
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder



More information about the gerrit-log mailing list