aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-29 19:16:11 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-29 19:16:11 +0700
commitc5cae83315b0e74c129803fddb21754ef021598f (patch)
tree920e9be1dd50f55a1f556bf132dc2fcc85ecc2e0
parent2e476c692b02afb5d96311240c14ec35b4c6ea90 (diff)
tests: $(BUILT_SOURCES) is not defined, depend on osmo-stp
-rw-r--r--tests/vty/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vty/Makefile.am b/tests/vty/Makefile.am
index 9ed31b0..df5a64c 100644
--- a/tests/vty/Makefile.am
+++ b/tests/vty/Makefile.am
@@ -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,