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 <[email protected]>
Gerrit-MessageType: newchange

Reply via email to