fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/osmo-sip-connector/+/32131 )
Change subject: tests: $(BUILT_SOURCES) is not defined, depend on osmo-sip-connector
......................................................................
tests: $(BUILT_SOURCES) is not defined, depend on osmo-sip-connector
Change-Id: I3aeaace814a209dade5323f30a5a91e4a9d73595
---
M tests/Makefile.am
1 file changed, 11 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-sip-connector refs/changes/31/32131/1
diff --git a/tests/Makefile.am b/tests/Makefile.am
index a8e6738..c438469 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,9 +1,9 @@
if ENABLE_EXT_TESTS
-python-tests: $(BUILT_SOURCES)
+python-tests: $(top_builddir)/src/osmo-sip-connector
osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
else
-python-tests: $(BUILT_SOURCES)
+python-tests:
echo "Not running python-based tests (determined at configure-time)"
endif
--
To view, visit
https://gerrit.osmocom.org/c/osmo-sip-connector/+/32131
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-sip-connector
Gerrit-Branch: master
Gerrit-Change-Id: I3aeaace814a209dade5323f30a5a91e4a9d73595
Gerrit-Change-Number: 32131
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange