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 <[email protected]>

Reply via email to