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:
@ -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:
|
||||
|
Reference in New Issue
Block a user