From: Reuben Thomas Date: Mon, 29 Jan 2018 13:52:21 +0000 (+0000) Subject: tests/Makefile.am: add EXEEXT suffix to RECODE for Windows X-Git-Tag: v3.7~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a6a094c3c5b35cd0ae211474e9006b447bf466c4;p=recode tests/Makefile.am: add EXEEXT suffix to RECODE for Windows It is only needed when running from Python. --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 9e8a285..4c29014 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,7 +34,7 @@ DISTCLEANFILES = Recode.c check-local: Recode@shlibext@ if test -n "$(VALGRIND)"; then export VALGRIND='$(VALGRIND) --suppressions=$(srcdir)/valgrind-python.supp'; fi; \ export LD_LIBRARY_PATH=$(top_builddir)/src/@objdir@; \ - RECODE=$(top_builddir)/src/recode PYTHONPATH=.:$(srcdir) \ + RECODE=$(top_builddir)/src/recode$(EXEEXT) PYTHONPATH=.:$(srcdir) \ $$VALGRIND $(PYTHON) $(srcdir)/pytest $(LIMIT) $(srcdir)/t*.py Recode@shlibext@: Recode.c setup.py