tests: $(BUILT_SOURCES) is not defined, depend on osmo-stp

Change-Id: I4864f4d78095187f566bcde772b71665fa6e4729
This commit is contained in:
Vadim Yanitskiy 2023-03-29 19:16:11 +07:00
parent 2e476c692b
commit c5cae83315
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ ext-tests:
echo "Not running python-based external tests (determined at configure-time)"
endif
vty-python-test: $(BUILT_SOURCES)
vty-python-test: $(top_builddir)/stp/osmo-stp
$(srcdir)/vty_test_runner.py -w $(abs_top_builddir) -v
# To update the VTY script from current application behavior,