[PATCH] osmo-msc[master]: msc_vlr_tests: fix rebuild: rebuild when src/ libs were rebuilt

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Neels Hofmeyr gerrit-no-reply at lists.osmocom.org
Sun Oct 29 03:51:00 UTC 2017


Review at  https://gerrit.osmocom.org/4551

msc_vlr_tests: fix rebuild: rebuild when src/ libs were rebuilt

Before this, a code change in libvlr or libmsc would not cause a rebuild of the
tests.

Change-Id: Icbdedc1581fa23abe9ed99cef3918592b25f30b3
---
M tests/msc_vlr/Makefile.am
1 file changed, 7 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/osmo-msc refs/changes/51/4551/1

diff --git a/tests/msc_vlr/Makefile.am b/tests/msc_vlr/Makefile.am
index 9af9870..07336ee 100644
--- a/tests/msc_vlr/Makefile.am
+++ b/tests/msc_vlr/Makefile.am
@@ -131,6 +131,13 @@
 	msc_vlr_tests.c \
 	$(NULL)
 
+msc_vlr_test_*.o: \
+	$(top_builddir)/src/libmsc/libmsc.a \
+	$(top_builddir)/src/libcommon-cs/libcommon-cs.a \
+	$(top_builddir)/src/libvlr/libvlr.a \
+	$(top_builddir)/src/libcommon/libcommon.a \
+	$(NULL)
+
 .PHONY: update_exp
 update_exp:
 	$(builddir)/msc_vlr_test_no_authen >$(srcdir)/msc_vlr_test_no_authen.ok 2>$(srcdir)/msc_vlr_test_no_authen.err

-- 
To view, visit https://gerrit.osmocom.org/4551
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Icbdedc1581fa23abe9ed99cef3918592b25f30b3
Gerrit-PatchSet: 1
Gerrit-Project: osmo-msc
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>



More information about the gerrit-log mailing list