>From aae5fd5e6b3bbd8981cde72b8e47c11548efa82c Mon Sep 17 00:00:00 2001 From: Mario Domenech Goulart Date: Wed, 14 Sep 2011 21:11:00 -0300 Subject: [PATCH] Copy cygchicken-0.dll to the tests dir on cygwin (for make check) --- tests/runtests.sh | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/tests/runtests.sh b/tests/runtests.sh index b00349e..8b321dd 100644 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -48,6 +48,11 @@ else TIME=/usr/bin/time fi +# For cygwin +if test `uname -o` == "Cygwin"; then + cp ../cygchicken-0.dll . +fi + compile="../csc -compiler $CHICKEN -v -I.. -L.. -include-path .. -o a.out" compile2="../csc -compiler $CHICKEN -v -I.. -L.. -include-path .." compile_s="../csc -s -compiler $CHICKEN -v -I.. -L.. -include-path .." -- 1.7.0.4