fixeria has submitted this change. ( 
https://gerrit.osmocom.org/c/osmo-hnbgw/+/32141 )

Change subject: tests: do not depend on undefined $(BUILT_SOURCES)
......................................................................

tests: do not depend on undefined $(BUILT_SOURCES)

Change-Id: I7536be8aa3f0ab39f183e00cf4382636038db4b7
---
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 b9f0279..806bfb1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -35,7 +35,7 @@
        $(NULL)

 if ENABLE_EXT_TESTS
-python-tests: $(BUILT_SOURCES)
+python-tests:
        echo ""
 #      TODO: Enable once we have a VTY/CTRL interface:
 #      $(MAKE) vty-test
@@ -43,7 +43,7 @@
 #      osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v
 #      $(srcdir)/ctrl_test_runner.py -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-hnbgw/+/32141
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-hnbgw
Gerrit-Branch: master
Gerrit-Change-Id: I7536be8aa3f0ab39f183e00cf4382636038db4b7
Gerrit-Change-Number: 32141
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