fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-hnodeb/+/32146 )
Change subject: tests: enable commented-out 'python-tests' target ......................................................................
tests: enable commented-out 'python-tests' target
Change-Id: I76e24184aecafa8460d1da9419a424d9990730c5 --- M tests/Makefile.am 1 file changed, 14 insertions(+), 7 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-hnodeb refs/changes/46/32146/1
diff --git a/tests/Makefile.am b/tests/Makefile.am index d2be48e..e7bb3f4 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,13 +34,11 @@ $(NULL)
if ENABLE_EXT_TESTS -python-tests: - echo "" -# TODO: Enable once we have a VTY/CTRL interface: -# $(MAKE) vty-test -# osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v -# osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v -# $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v +python-tests: $(top_builddir)/src/osmo-hnodeb/osmo-hnodeb + $(MAKE) vty-test + osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v + osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v + $(srcdir)/ctrl_test_runner.py -w $(abs_top_builddir) -v else python-tests: echo "Not running python-based tests (determined at configure-time)"