tests: $(BUILT_SOURCES) is not defined

Change-Id: I81dc30f6d6e3b25723f00d945c87b9c01c648cbf
This commit is contained in:
Vadim Yanitskiy 2023-03-29 19:48:30 +07:00
parent 2ec703f7c8
commit 7f4debf1b9
1 changed files with 3 additions and 2 deletions

View File

@ -21,11 +21,12 @@ DISTCLEANFILES = atconfig
TESTSUITE = $(srcdir)/testsuite
if ENABLE_EXT_TESTS
python-tests: $(BUILT_SOURCES)
python-tests: $(top_builddir)/src/osmo-pcap-server \
$(top_builddir)/src/osmo-pcap-client
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