fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-bts/+/27760 )

Change subject: tests/amr/Makefile.am: use proper binary name prefix 'amr_test_'
......................................................................

tests/amr/Makefile.am: use proper binary name prefix 'amr_test_'

Both misc_test_{SOURCES,LDADD} were simply ignored because
binary 'misc_test' is not listed in noinst_PROGRAMS...

Change-Id: Ia1739bab76261ff6d50824462b8ed2e0b34fb464
Related: SYS#5917, OS#4984
---
M tests/amr/Makefile.am
1 file changed, 2 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve



diff --git a/tests/amr/Makefile.am b/tests/amr/Makefile.am
index dc0f1b8..5da63ff 100644
--- a/tests/amr/Makefile.am
+++ b/tests/amr/Makefile.am
@@ -6,6 +6,6 @@
 noinst_PROGRAMS = amr_test
 EXTRA_DIST = amr_test.ok

-misc_test_SOURCES = amr_test.c
-misc_test_LDADD = $(top_builddir)/src/common/libbts.a \
+amr_test_SOURCES = amr_test.c
+amr_test_LDADD = $(top_builddir)/src/common/libbts.a \
                $(LDADD)

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/27760
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: Ia1739bab76261ff6d50824462b8ed2e0b34fb464
Gerrit-Change-Number: 27760
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: laforge <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to