From 54899f76b004c234ada5aeb49c29e272b68e9c10 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 30 Mar 2023 03:01:22 +0700 Subject: [PATCH] tests: make 'vty-test' target depend on the respective binary Change-Id: I53ff9a1659a0e25a6c3a5bc987dbae82d0312259 --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index ed101ae..37aeda6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,7 +52,7 @@ VTY_TEST ?= *.vty # 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-hnodeb/osmo-hnodeb osmo_verify_transcript_vty.py -v \ -n OsmoHNodeB -p 4273 \ -r "$(top_builddir)/src/osmo-hnodeb/osmo-hnodeb -c $(top_srcdir)/doc/examples/osmo-hnodeb/osmo-hnodeb.cfg" \