fixeria submitted this change.
tests: make 'vty-test' target depend on osmo-hnbgw binary
Change-Id: Iaaa1dd622fde460a250c11eb97cf0b25469e55c4
---
M tests/Makefile.am
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/tests/Makefile.am b/tests/Makefile.am
index f9da51f..b9f0279 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -53,10 +53,11 @@
# To update the VTY script from current application behavior,
# pass -u to vty_script_runner.py by doing:
# make vty-test U=-u
-vty-test:
+vty-test: $(top_builddir)/src/osmo-hnbgw/osmo-hnbgw
osmo_verify_transcript_vty.py -v \
-n OsmoHNBGW -p 4261 \
- -r "$(top_builddir)/src/osmo-hnbgw/osmo-hnbgw -c $(top_srcdir)/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg" \
+ -r "$(top_builddir)/src/osmo-hnbgw/osmo-hnbgw \
+ -c $(top_srcdir)/doc/examples/osmo-hnbgw/osmo-hnbgw.cfg" \
$(U) $(srcdir)/$(VTY_TEST)
check-local: atconfig $(TESTSUITE)
To view, visit change 32140. To unsubscribe, or for help writing mail filters, visit settings.