aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-30 02:35:23 +0700
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2023-03-30 02:35:23 +0700
commit463888c1dc73e98e4cc1d472c442169e139558de (patch)
treec1dff789f84ff271f0e5e2efd1c9fde0326a212b
parentc5cae83315b0e74c129803fddb21754ef021598f (diff)
tests: execute osmotest{vty,config}.py against osmo-stp
-rw-r--r--tests/vty/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/vty/Makefile.am b/tests/vty/Makefile.am
index df5a64c..7f67d75 100644
--- a/tests/vty/Makefile.am
+++ b/tests/vty/Makefile.am
@@ -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)"