Skip to content

Commit

Permalink
tests/Makefile.am: fix PYTHON_PATH for make distcheck on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Mar 12, 2024
1 parent bba22d3 commit 483e401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ check-local: Recode@pyextext@
export LD_LIBRARY_PATH=$$SHARED_LIB_DIR; \
export DYLD_LIBRARY_PATH=$$SHARED_LIB_DIR; \
export LSAN_OPTIONS=$$LSAN_OPTIONS:fast_unwind_on_malloc=0:print_suppressions=0:suppressions=$(srcdir)/asan-suppressions.txt; \
RECODE=$(top_builddir)/src/recode$(EXEEXT) PYTHONPATH=.:$(srcdir) \
RECODE=$(top_builddir)/src/recode$(EXEEXT) PYTHONPATH=.:$(abs_srcdir) \
$(TESTS_ENVIRONMENT_EXTRA) $(PYTHON) $(srcdir)/pytest $(LIMIT) $(srcdir)/t*.py

Recode@pyextext@: Recode.c setup.py
Expand Down

0 comments on commit 483e401

Please sign in to comment.