From 2a52c9f3ab7b05d4be2f3138a61f065c3e3ac3af Mon Sep 17 00:00:00 2001 From: michelou Date: Wed, 13 Jun 2007 12:28:07 +0000 Subject: incremented MinorVersion, deprecated All/AllRef... incremented MinorVersion, deprecated All/AllRef, remove many type aliases --- test/scalatest | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/scalatest') diff --git a/test/scalatest b/test/scalatest index 4dbac001ea..b5107ddc71 100755 --- a/test/scalatest +++ b/test/scalatest @@ -289,7 +289,7 @@ MSIL="msil" EXE="exe" # Tests the .NET backend. test_run_msil() { - assemblies=`get_os_pathlist ./predef.dll`; + assemblies=`get_os_pathlist $PREFIX/lib/predef.dll:$PREFIX/lib/scalaruntime.dll:$PREFIX/lib/mscorlib.dll`; rm -f "$dstbase".$MSIL && rm -f "$dstbase".$EXE && @@ -304,7 +304,7 @@ test_run_msil() { * ) ilasm /output:"$os_dstbase".$EXE "$os_dstbase".$MSIL \ > /dev/null && - mono "$dstbase.$EXE" "msil";; + env MONO_PATH="$PREFIX/lib" mono "$dstbase.$EXE" "msil";; esac && rm -f "$dstbase".$EXE && rm -f "$dstbase".$MSIL; -- cgit v1.2.3