Fix ProjectRootElement.DirectoryPath. Add unit test for ProjectRootElement.
[mono.git] / mcs / class / Microsoft.Build / Makefile
index 74e14491def3917c45d77a273e218a6e999f9a02..fa3beb5963fa5e69d3cdc8880049eae9a8ec815e 100644 (file)
@@ -17,7 +17,16 @@ LIB_MCS_FLAGS = \
        /r:System.Core.dll                      \
        /r:System.Xml.dll                       \
        /r:Microsoft.Build.Engine.dll           \
-       /r:Microsoft.Build.Framework.dll
+       /r:Microsoft.Build.Framework.dll        \
+       /d:MICROSOFT_BUILD_DLL
+       
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+
+EXTRA_DISTFILES = \
+       Test/FunctionalTestReferenceProject.csproj      \
+       Test/FunctionalTestReferenceProject3.csproj     \
+       Test/Microsoft.Build.Test.csproj        \
+       Test/Microsoft.Build.csproj
 
 include ../../build/library.make