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

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

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

Change-Id: I4ace06e115a2689bde9afd9f99ecee99d796360b
---
M tests/Makefile.am
1 file changed, 12 insertions(+), 3 deletions(-)

Approvals:
  fixeria: Looks good to me, approved
  pespin: Looks good to me, but someone else must approve
  Jenkins Builder: Verified




diff --git a/tests/Makefile.am b/tests/Makefile.am
index a1d04a7..100c5d4 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -32,10 +32,10 @@
 DISTCLEANFILES = atconfig

 if ENABLE_EXT_TESTS
-python-tests: $(BUILT_SOURCES)
+python-tests:
        $(MAKE) vty-test
 else
-python-tests: $(BUILT_SOURCES)
+python-tests:
        echo "Not running python-based tests (determined at configure-time)"
 endif

@@ -45,7 +45,7 @@
 # To update the VTY script from current application behavior,
 # pass -u to vty_script_runner.py by doing:
 #   make vty-test U=-u
-vty-test:
+vty-test: $(top_builddir)/src/osmo-bts-virtual/osmo-bts-virtual
        osmo_verify_transcript_vty.py -v \
                -n OsmoBTS -p 4241 \
                -r "$(top_builddir)/src/osmo-bts-virtual/osmo-bts-virtual 
--vty-test -c $(top_srcdir)/doc/examples/virtual/osmo-bts-virtual.cfg" \

--
To view, visit https://gerrit.osmocom.org/c/osmo-bts/+/32117
To unsubscribe, or for help writing mail filters, visit 
https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-bts
Gerrit-Branch: master
Gerrit-Change-Id: I4ace06e115a2689bde9afd9f99ecee99d796360b
Gerrit-Change-Number: 32117
Gerrit-PatchSet: 2
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