fixeria has uploaded this change for review. ( 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(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/33/32133/1
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 \