fixeria has uploaded this change for review.

View Change

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(-)

git pull ssh://gerrit.osmocom.org:29418/libosmo-sccp refs/changes/15/32115/1
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,

To view, visit change 32115. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: libosmo-sccp
Gerrit-Branch: master
Gerrit-Change-Id: I4864f4d78095187f566bcde772b71665fa6e4729
Gerrit-Change-Number: 32115
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy@sysmocom.de>
Gerrit-MessageType: newchange