2009-01-06 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / Microsoft.Build.Tasks / Makefile
index 64828ca77fd90275a87e7751aca05e9372951f41..868ee75c2a06b3eae94da303ccef1b656dd55e92 100644 (file)
@@ -24,4 +24,11 @@ TEST_MCS_FLAGS = \
        /r:Microsoft.Build.Tasks.dll            \
        /r:Microsoft.Build.Utilities.dll
 
+EXTRA_DISTFILES = Test/resources/test.cs Test/resources/Sample.cs
+
+test-local: Test/resources/test.dll
+
+Test/resources/test.dll: Test/resources/test.cs
+       $(CSCOMPILE) -target:library Test/resources/test.cs
+
 include ../../build/library.make