Browse Source

copy System.dll into Test directory.

svn path=/trunk/mcs/; revision=2258
Dan Lewis 24 years ago
parent
commit
6776fcd105
2 changed files with 2 additions and 2 deletions
  1. 1 0
      mcs/class/System/System.build
  2. 1 2
      mcs/class/System/Test/System_test.build

+ 1 - 0
mcs/class/System/System.build

@@ -18,6 +18,7 @@
 				<excludes name="System.Net/AuthenticationManager.cs"/>
 			</sources>
 		</csc>
+		<copy file="../lib/System.dll" tofile="Test/System.dll"/>
 		<nant basedir="Test" target="build"/>
 	</target>
 

+ 1 - 2
mcs/class/System/Test/System_test.build

@@ -18,8 +18,7 @@
 			</references>
 
 			<arg value="/noconfig"/>
-			<arg value="/r:..\..\lib\System.dll"/>
-			<arg value="/lib:..\..\lib"/>
+			<arg value="/r:.\System.dll"/>
 		</csc>
 	</target>