Author: wade
Date: 2007-02-23 18:26:39 -0500 (Fri, 23 Feb 2007)
New Revision: 73379

Modified:
   trunk/mono-basic/vbnc/vbnc/tests/ChangeLog
   trunk/mono-basic/vbnc/vbnc/tests/Makefile
Log:
* Makefile: Adjust MONO_PATH to use newly built runtime assembly (otherwise, 
Microsoft.VisualBasic
had to be installed on the system for these tests to run)



Modified: trunk/mono-basic/vbnc/vbnc/tests/ChangeLog
===================================================================
--- trunk/mono-basic/vbnc/vbnc/tests/ChangeLog  2007-02-23 23:25:10 UTC (rev 
73378)
+++ trunk/mono-basic/vbnc/vbnc/tests/ChangeLog  2007-02-23 23:26:39 UTC (rev 
73379)
@@ -1,3 +1,8 @@
+2007-02-23  Wade Berrier  <[EMAIL PROTECTED]>
+       
+       * Makefile: Adjust MONO_PATH to use newly built runtime assembly 
(otherwise, Microsoft.VisualBasic
+       had to be installed on the system for these tests to run)
+
 2007-02-13  Rolf Bjarne Kvinge  <[EMAIL PROTECTED]>
        
        * 1Declarations: Add more tests with BOMs.

Modified: trunk/mono-basic/vbnc/vbnc/tests/Makefile
===================================================================
--- trunk/mono-basic/vbnc/vbnc/tests/Makefile   2007-02-23 23:25:10 UTC (rev 
73378)
+++ trunk/mono-basic/vbnc/vbnc/tests/Makefile   2007-02-23 23:26:39 UTC (rev 
73379)
@@ -3,7 +3,7 @@
 include ../../../build/rules.make
 
 test-local:
-       MONO_PATH="../../class/lib/bootstrap:$(MONO_PATH)" mono --debug 
../../rt-console/rt-console.exe -f=on -c=../../../class/lib/vbnc/vbnc.exe -b=./ 
-r=on
+       MONO_PATH="../../../class/lib/vbnc:$(MONO_PATH)" mono --debug 
../../rt-console/rt-console.exe -f=on -c=../../../class/lib/vbnc/vbnc.exe -b=./ 
-r=on
 
 
 clean-local run-test-local run-test-ondotnet-local all-local install-local 
uninstall-local:

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to