1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-06-13 23:21:33 +03:00

autotools: Fix Python tests in VPATH builds

This commit is contained in:
Nick Wellnhofer
2022-09-06 15:27:24 +02:00
parent f47413d137
commit 5e38ecc864

View File

@ -21,7 +21,7 @@ tests: $(TESTSPY)
fi; \
for test in $(TESTSPY) ; do \
echo "-- $$test" ; \
(cd $(srcdir) && $(PYTHON) $$test ) || exit 1; \
$(PYTHON) $(srcdir)/$$test; \
done)
else
tests: