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

Change-Id: I951ce2410614993a855336e6bb408cae1823ef9a
This commit is contained in:
Vadim Yanitskiy 2023-03-29 19:40:07 +07:00 committed by laforge
parent 3699ef06a4
commit d358ca14a9
1 changed files with 2 additions and 2 deletions

View File

@ -34,11 +34,11 @@ DISTCLEANFILES = \
$(NULL)
if ENABLE_EXT_TESTS
python-tests: $(BUILT_SOURCES)
python-tests: $(top_builddir)/src/osmo-mgw/osmo-mgw
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