fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-pcu/+/27786 )
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
......................................................................
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter
Makefiles, so that the test programs are not being compiled during
the normal 'make all', but only during 'make check'.
Change-Id: I502dfba0ff6537368a8ebdce68fbbd6fcb0adad0
---
M tests/Makefile.am
1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/86/27786/1
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 08cdc17..bfde5f5 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -18,7 +18,7 @@
ulc/PdchUlcTest \
$(NULL)
-noinst_PROGRAMS = emu/pcu_emu
+check_PROGRAMS = emu/pcu_emu
rlcmac_RLCMACTest_SOURCES = rlcmac/RLCMACTest.cpp
rlcmac_RLCMACTest_LDADD = \
--
To view, visit https://gerrit.osmocom.org/c/osmo-pcu/+/27786
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-Change-Id: I502dfba0ff6537368a8ebdce68fbbd6fcb0adad0
Gerrit-Change-Number: 27786
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-mgw/+/27784 )
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
......................................................................
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter
Makefiles, so that the test programs are not being compiled during
the normal 'make all', but only during 'make check'.
Change-Id: I938669a78b4afa808ca4f741aee9919944aeb7f6
---
M tests/mgcp/Makefile.am
M tests/mgcp_client/Makefile.am
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/84/27784/1
diff --git a/tests/mgcp/Makefile.am b/tests/mgcp/Makefile.am
index 1224c0a..af6201a 100644
--- a/tests/mgcp/Makefile.am
+++ b/tests/mgcp/Makefile.am
@@ -24,7 +24,7 @@
mgcp_test.ok \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
mgcp_test \
$(NULL)
diff --git a/tests/mgcp_client/Makefile.am b/tests/mgcp_client/Makefile.am
index 3e4c082..3895d02 100644
--- a/tests/mgcp_client/Makefile.am
+++ b/tests/mgcp_client/Makefile.am
@@ -22,7 +22,7 @@
mgcp_client_test.err \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
mgcp_client_test \
$(NULL)
--
To view, visit https://gerrit.osmocom.org/c/osmo-mgw/+/27784
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I938669a78b4afa808ca4f741aee9919944aeb7f6
Gerrit-Change-Number: 27784
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-hlr/+/27783 )
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
......................................................................
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter
Makefiles, so that the test programs are not being compiled during
the normal 'make all', but only during 'make check'.
Change-Id: I70cf75b3cb6ae59c92248cc529546750fb0da07b
---
M tests/auc/Makefile.am
M tests/gsup/Makefile.am
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/83/27783/1
diff --git a/tests/auc/Makefile.am b/tests/auc/Makefile.am
index 9b65d71..95f98d0 100644
--- a/tests/auc/Makefile.am
+++ b/tests/auc/Makefile.am
@@ -25,7 +25,7 @@
check_PROGRAMS = auc_ts_55_205_test_sets
-noinst_PROGRAMS = auc_test
+check_PROGRAMS = auc_test
auc_test_SOURCES = \
auc_test.c \
diff --git a/tests/gsup/Makefile.am b/tests/gsup/Makefile.am
index 5dbb180..9a10597 100644
--- a/tests/gsup/Makefile.am
+++ b/tests/gsup/Makefile.am
@@ -17,7 +17,7 @@
gsup_test.err \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
gsup_test \
$(NULL)
--
To view, visit https://gerrit.osmocom.org/c/osmo-hlr/+/27783
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-hlr
Gerrit-Branch: master
Gerrit-Change-Id: I70cf75b3cb6ae59c92248cc529546750fb0da07b
Gerrit-Change-Number: 27783
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-ggsn/+/27782 )
Change subject: tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
......................................................................
tests: use 'check_PROGRAMS' instead of 'noinst_PROGRAMS'
When using 'check_PROGRAMS', autoconf/automake generates smarter
Makefiles, so that the test programs are not being compiled during
the normal 'make all', but only during 'make check'.
Change-Id: Ia8b8dade0056c51d2dd1d814a89d1de064597344
---
M tests/gtp/Makefile.am
M tests/lib/Makefile.am
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ggsn refs/changes/82/27782/1
diff --git a/tests/gtp/Makefile.am b/tests/gtp/Makefile.am
index fa0fb0b..3dce716 100644
--- a/tests/gtp/Makefile.am
+++ b/tests/gtp/Makefile.am
@@ -5,7 +5,7 @@
queue_test.ok \
$(NULL)
-noinst_PROGRAMS = \
+check_PROGRAMS = \
gtpie_test \
queue_test \
$(NULL)
diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am
index ee46468..03a5d99 100644
--- a/tests/lib/Makefile.am
+++ b/tests/lib/Makefile.am
@@ -7,7 +7,7 @@
in46a_test.ok \
in46a_v6_test.ok
-noinst_PROGRAMS = ippool_test in46a_test
+check_PROGRAMS = ippool_test in46a_test
ippool_test_SOURCES = \
ippool_test.c \
--
To view, visit https://gerrit.osmocom.org/c/osmo-ggsn/+/27782
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-ggsn
Gerrit-Branch: master
Gerrit-Change-Id: Ia8b8dade0056c51d2dd1d814a89d1de064597344
Gerrit-Change-Number: 27782
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange