tests: $(BUILT_SOURCES) is not defined, depend on osmo-sip-connector

Change-Id: I3aeaace814a209dade5323f30a5a91e4a9d73595
This commit is contained in:
Vadim Yanitskiy 2023-03-30 02:13:00 +07:00
parent 89180de32e
commit a0a5f7de75
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
if ENABLE_EXT_TESTS
python-tests: $(BUILT_SOURCES)
python-tests: $(top_builddir)/src/osmo-sip-connector
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: $(BUILT_SOURCES)
python-tests:
echo "Not running python-based tests (determined at configure-time)"
endif