fixeria has submitted this change. ( 
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(-)

Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, approved




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 <[email protected]>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: fixeria <[email protected]>
Gerrit-Reviewer: pespin <[email protected]>
Gerrit-MessageType: merged

Reply via email to