diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-12-12T15·36+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2008-12-12T15·36+0000 |
commit | ac36c6cd44e8f46573ce3df0749d2f062fa35f3b (patch) | |
tree | 09fd3f8a326d3c6088a5213ca8e04d6d69685d3b /tests | |
parent | 2b70a8e7c98adebdac1e546e17ee1d909b4e5989 (diff) |
* Some hackery to make "make check" succeed on Cygwin.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/common.sh.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/common.sh.in b/tests/common.sh.in index dde95dd13ca3..5865cf1d637f 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@ |