mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-07-29 15:41:13 +03:00
autotools: Fix Python tests in VPATH builds
This commit is contained in:
@ -21,7 +21,7 @@ tests: $(TESTSPY)
|
|||||||
fi; \
|
fi; \
|
||||||
for test in $(TESTSPY) ; do \
|
for test in $(TESTSPY) ; do \
|
||||||
echo "-- $$test" ; \
|
echo "-- $$test" ; \
|
||||||
(cd $(srcdir) && $(PYTHON) $$test ) || exit 1; \
|
$(PYTHON) $(srcdir)/$$test; \
|
||||||
done)
|
done)
|
||||||
else
|
else
|
||||||
tests:
|
tests:
|
||||||
|
Reference in New Issue
Block a user