From ac36c6cd44e8f46573ce3df0749d2f062fa35f3b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 12 Dec 2008 15:36:18 +0000 Subject: * Some hackery to make "make check" succeed on Cygwin. --- tests/common.sh.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') diff --git a/tests/common.sh.in b/tests/common.sh.in index dde95dd13c..5865cf1d63 100644 --- a/tests/common.sh.in +++ b/tests/common.sh.in @@ -40,6 +40,10 @@ export xmllint="@xmllint@" export xmlflags="@xmlflags@" export xsltproc="@xsltproc@" +# Hack to get "atdiff" to run on Cygwin (Windows looks for +# DLLs in $PATH). +export PATH=$aterm_bin/../lib:$PATH + export version=@version@ export system=@system@ -- cgit 1.4.1