[svn] r7033: nemerle/trunk/tools/nemerle-unit: . a.build

Luntain svnadmin at nemerle.org
Fri Dec 1 13:33:36 CET 2006


Log:
added a comment to nant build script about missing dependencies

Author: Luntain
Date: Fri Dec  1 13:33:35 2006
New Revision: 7033

Modified:
   nemerle/trunk/tools/nemerle-unit/   (props changed)
   nemerle/trunk/tools/nemerle-unit/a.build

Modified: nemerle/trunk/tools/nemerle-unit/a.build
==============================================================================
--- nemerle/trunk/tools/nemerle-unit/a.build	(original)
+++ nemerle/trunk/tools/nemerle-unit/a.build	Fri Dec  1 13:33:35 2006
@@ -1,4 +1,8 @@
 <project default='test'>
+    <!-- This script expects a 'lib' directory with nunit.framework.dll, nunit.core.dll and Nemerle.dll
+         In addition it requires tools/NUnit directory with binaries of NUnit.
+         Sorry for not including it in svn, but I am not allowed to keep binaries in the repository.
+         Please collect them on your own. -->
 
 	<target name='test' depends='copy-libs, build, run-tests'/>
 	<target name='full' depends='clean, test' />



More information about the svn mailing list