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

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

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

Change-Id: I75a038b2730c7e0d4637db6dfb780839a49abc2e
---
M tests/Makefile.am
1 file changed, 13 insertions(+), 4 deletions(-)

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




diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9487d3a..d046d49 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -37,11 +37,11 @@
        $(NULL)
 
 if ENABLE_EXT_TESTS
-python-tests: $(BUILT_SOURCES)
+python-tests:
        $(MAKE) vty-test
        $(MAKE) ctrl-test
 else
-python-tests: $(BUILT_SOURCES)
+python-tests:
        echo "Not running python-based tests (determined at configure-time)"
 endif

@@ -51,7 +51,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-smlc/osmo-smlc
        osmo_verify_transcript_vty.py -v \
                -n OsmoSMLC -p 4271 \
                -r "$(top_builddir)/src/osmo-smlc/osmo-smlc -c 
$(top_srcdir)/tests/osmo-smlc.cfg" \
@@ -60,7 +60,7 @@
 # To update the CTRL script from current application behavior,
 # pass -u to ctrl_script_runner.py by doing:
 #   make ctrl-test U=-u
-ctrl-test:
+ctrl-test: $(top_builddir)/src/osmo-smlc/osmo-smlc
        -rm -f $(CTRL_TEST_DB)
        osmo_verify_transcript_ctrl.py -v \
                -p 4272 \

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

Gerrit-Project: osmo-smlc
Gerrit-Branch: master
Gerrit-Change-Id: I75a038b2730c7e0d4637db6dfb780839a49abc2e
Gerrit-Change-Number: 32133
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