fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ggsn/+/31835 )
Change subject: tests: use -no-install libtool flag to avoid ./lt-* scripts
......................................................................
tests: use -no-install libtool flag to avoid ./lt-* scripts
This option should be used for any executables which are used only
for testing, or for generating other files and are consequently never
installed. By specifying this option, we are telling Libtool that
the executable it links will only ever be executed from where it is
built in the build tree. Libtool is usually able to considerably
speed up the link process for such executables.
Change-Id: I2ca675e93dc5b34bb08d3b841adc115e93558137
---
M tests/gtp/Makefile.am
M tests/lib/Makefile.am
2 files changed, 18 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/35/31835/1
diff --git a/tests/gtp/Makefile.am b/tests/gtp/Makefile.am
index e49d824..ef69260 100644
--- a/tests/gtp/Makefile.am
+++ b/tests/gtp/Makefile.am
@@ -1,4 +1,5 @@
AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS)
+AM_LDFLAGS = -no-install
EXTRA_DIST = \
gtpie_test.ok \
diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am
index 8f0301c..e807281 100644
--- a/tests/lib/Makefile.am
+++ b/tests/lib/Makefile.am
@@ -1,4 +1,5 @@
AM_CFLAGS = -Wall -I$(top_srcdir)/include $(LIBOSMOCORE_CFLAGS)
+AM_LDFLAGS = -no-install
EXTRA_DIST = ippool_test.ok \
ippool_test.err \
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/31835
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: I2ca675e93dc5b34bb08d3b841adc115e93558137
Gerrit-Change-Number: 31835
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-cbc/+/31834 )
Change subject: tests: use -no-install libtool flag to avoid ./lt-* scripts
......................................................................
tests: use -no-install libtool flag to avoid ./lt-* scripts
This option should be used for any executables which are used only
for testing, or for generating other files and are consequently never
installed. By specifying this option, we are telling Libtool that
the executable it links will only ever be executed from where it is
built in the build tree. Libtool is usually able to considerably
speed up the link process for such executables.
Change-Id: I405b5e85113e9529b4491c7eeeec71afe25ef488
---
M tests/sbcap/Makefile.am
1 file changed, 17 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-cbc refs/changes/34/31834/1
diff --git a/tests/sbcap/Makefile.am b/tests/sbcap/Makefile.am
index bfb9f25..e6920e9 100644
--- a/tests/sbcap/Makefile.am
+++ b/tests/sbcap/Makefile.am
@@ -19,6 +19,7 @@
AM_LDFLAGS = \
$(COVERAGE_LDFLAGS) \
+ -no-install \
$(NULL)
EXTRA_DIST = \
--
To view, visit https://gerrit.osmocom.org/c/osmo-cbc/+/31834
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-cbc
Gerrit-Branch: master
Gerrit-Change-Id: I405b5e85113e9529b4491c7eeeec71afe25ef488
Gerrit-Change-Number: 31834
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange
Hello Jenkins Builder,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/31831
to look at the new patch set (#2).
Change subject: tests: use -no-install libtool flag to avoid ./lt-* scripts
......................................................................
tests: use -no-install libtool flag to avoid ./lt-* scripts
This option should be used for any executables which are used only
for testing, or for generating other files and are consequently never
installed. By specifying this option, we are telling Libtool that
the executable it links will only ever be executed from where it is
built in the build tree. Libtool is usually able to considerably
speed up the link process for such executables.
Change-Id: I9758aaaa56b2453f33f90400342ebd1fd412ec3a
---
M tests/m2ua/Makefile.am
M tests/mtp/Makefile.am
M tests/sccp/Makefile.am
M tests/ss7/Makefile.am
M tests/vty/Makefile.am
M tests/xua/Makefile.am
6 files changed, 23 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/31/31831/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/31831
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I9758aaaa56b2453f33f90400342ebd1fd412ec3a
Gerrit-Change-Number: 31831
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-MessageType: newpatchset
Attention is currently required from: fixeria.
Hello Jenkins Builder, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/libosmo-sccp/+/31778
to look at the new patch set (#2).
Change subject: tests/*/Makefile.am: -Wall is not a preprocessor flag
......................................................................
tests/*/Makefile.am: -Wall is not a preprocessor flag
Change-Id: I1a143636dfc5d4ea85938472fd367ac88e3cc4ae
---
M tests/m2ua/Makefile.am
M tests/mtp/Makefile.am
M tests/ss7/Makefile.am
M tests/vty/Makefile.am
M tests/xua/Makefile.am
5 files changed, 15 insertions(+), 5 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/78/31778/2
--
To view, visit https://gerrit.osmocom.org/c/libosmo-sccp/+/31778
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I1a143636dfc5d4ea85938472fd367ac88e3cc4ae
Gerrit-Change-Number: 31778
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newpatchset
Attention is currently required from: laforge.
fixeria has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31805 )
Change subject: gsmtap.h: Define a packet type for encapsulation of GSM RLP frames
......................................................................
Patch Set 1:
(1 comment)
Patchset:
PS1:
> You need to add the new entry to `gsmtap_type_names[]`.
See also: https://gerrit.osmocom.org/c/libosmocore/+/31829.
--
To view, visit https://gerrit.osmocom.org/c/libosmocore/+/31805
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Change-Id: Ibb7f0731c31e5a5cd2911f733da5510ce0f3a1d6
Gerrit-Change-Number: 31805
Gerrit-PatchSet: 1
Gerrit-Owner: laforge <laforge(a)osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: laforge <laforge(a)osmocom.org>
Gerrit-Comment-Date: Fri, 10 Mar 2023 20:43:37 +0000
Gerrit-HasComments: Yes
Gerrit-Has-Labels: No
Comment-In-Reply-To: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: comment