diff --git a/tests/Makefile.am b/tests/Makefile.am index 720d631..5084704 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -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