4369. [bug] Fix 'make' and 'make install' out-of-tree python
support. [RT #42484]
This commit is contained in:
@@ -26,7 +26,7 @@ PYTESTS = dnskey_test.py policy_test.py
|
||||
|
||||
check test:
|
||||
for test in $(PYTESTS); do \
|
||||
$(PYTHON) $$test; \
|
||||
PYTHONPATH=${srcdir}/../.. $(PYTHON) ${srcdir}/$$test; \
|
||||
done
|
||||
|
||||
clean distclean::
|
||||
|
||||
Reference in New Issue
Block a user