Author: jbevain
Date: 2007-06-05 09:36:40 -0400 (Tue, 05 Jun 2007)
New Revision: 78626

Modified:
   trunk/cecil/linker/Makefile
Log:
add run-test

Modified: trunk/cecil/linker/Makefile
===================================================================
--- trunk/cecil/linker/Makefile 2007-06-05 12:53:17 UTC (rev 78625)
+++ trunk/cecil/linker/Makefile 2007-06-05 13:36:40 UTC (rev 78626)
@@ -38,3 +38,7 @@
 
 include config.make
 
+run-test: all
+       cd ./Tests; \
+       make clean run-test; \
+       cd ..;

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

Reply via email to