fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-smlc/+/32137 )
Change subject: tests: execute osmotest{vty,config}.py against osmo-smlc ......................................................................
tests: execute osmotest{vty,config}.py against osmo-smlc
Change-Id: I61d970563a1902cce704d5c1a6adea9d8be438e4 --- M tests/Makefile.am 1 file changed, 12 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-smlc refs/changes/37/32137/1
diff --git a/tests/Makefile.am b/tests/Makefile.am index d046d49..b2e1bee 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -37,9 +37,11 @@ $(NULL)
if ENABLE_EXT_TESTS -python-tests: +python-tests: $(top_builddir)/src/osmo-smlc/osmo-smlc $(MAKE) vty-test $(MAKE) ctrl-test + osmotestvty.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v + osmotestconfig.py -p $(abs_top_srcdir) -w $(abs_top_builddir) -v else python-tests: echo "Not running python-based tests (determined at configure-time)"