fixeria has submitted this change. ( https://gerrit.osmocom.org/c/osmo-hnbgw/+/32140 )
Change subject: tests: make 'vty-test' target depend on osmo-hnbgw binary ......................................................................
tests: make 'vty-test' target depend on osmo-hnbgw binary
Change-Id: Iaaa1dd622fde460a250c11eb97cf0b25469e55c4 --- M tests/Makefile.am 1 file changed, 12 insertions(+), 2 deletions(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, approved
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)