laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-sccp/+/32115 )
Change subject: tests: $(BUILT_SOURCES) is not defined, depend on osmo-stp ......................................................................
tests: $(BUILT_SOURCES) is not defined, depend on osmo-stp
Change-Id: I4864f4d78095187f566bcde772b71665fa6e4729 --- M tests/vty/Makefile.am 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: Jenkins Builder: Verified pespin: Looks good to me, but someone else must approve laforge: Looks good to me, approved
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 @@ 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,