tests: execute osmotest{vty,config}.py against osmo-stp

Change-Id: Idd57757f251dd1c4d1c74d275b4c5d8beff304e5
This commit is contained in:
Vadim Yanitskiy 2023-03-30 02:35:23 +07:00
parent c5cae83315
commit 463888c1dc
1 changed files with 3 additions and 1 deletions

View File

@ -15,8 +15,10 @@ check_PROGRAMS = ss7_asp_vty_test
ss7_asp_vty_test_SOURCES = ss7_asp_vty_test.c
if ENABLE_EXT_TESTS
ext-tests:
ext-tests: $(top_builddir)/stp/osmo-stp
$(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
else
ext-tests:
echo "Not running python-based external tests (determined at configure-time)"