fixeria has uploaded this change for review. ( 
https://gerrit.osmocom.org/c/osmo-mgw/+/32119 )


Change subject: tests: $(BUILT_SOURCES) is not defined, depend on osmo-mgw
......................................................................

tests: $(BUILT_SOURCES) is not defined, depend on osmo-mgw

Change-Id: I951ce2410614993a855336e6bb408cae1823ef9a
---
M tests/Makefile.am
1 file changed, 11 insertions(+), 2 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-mgw refs/changes/19/32119/1

diff --git a/tests/Makefile.am b/tests/Makefile.am
index 49a659f..745afd6 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -34,11 +34,11 @@
        $(NULL)

 if ENABLE_EXT_TESTS
-python-tests: $(BUILT_SOURCES)
+python-tests: $(top_builddir)/src/osmo-mgw/osmo-mgw
        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-mgw/+/32119
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-mgw
Gerrit-Branch: master
Gerrit-Change-Id: I951ce2410614993a855336e6bb408cae1823ef9a
Gerrit-Change-Number: 32119
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <[email protected]>
Gerrit-MessageType: newchange

Reply via email to