fixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-bts refs/changes/60/27760/1
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)