Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hutchinson <m.j.hutchinson@gmail.com>2014-01-08 02:09:51 +0400
committerMichael Hutchinson <m.j.hutchinson@gmail.com>2014-01-08 03:39:34 +0400
commit84b473c0862140a0a08c8b67243cd25289d7beb0 (patch)
tree446060896e40b0a6814a45b63fb22dde65fc0c44 /mcs/class/Microsoft.Build.Framework
parent15fedf3b085f5f7c11c1484506e95f08cc312382 (diff)
[xbuild] Fix the xbuild 12 tests
Diffstat (limited to 'mcs/class/Microsoft.Build.Framework')
-rw-r--r--mcs/class/Microsoft.Build.Framework/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/mcs/class/Microsoft.Build.Framework/Makefile b/mcs/class/Microsoft.Build.Framework/Makefile
index b7b6a37ebfc..73f43fb74c7 100644
--- a/mcs/class/Microsoft.Build.Framework/Makefile
+++ b/mcs/class/Microsoft.Build.Framework/Makefile
@@ -11,10 +11,8 @@ LIB_MCS_FLAGS = \
/r:$(corlib) \
/r:System.dll
-include ../../build/library.make
-
-export TESTING_MONO=a
-include $(XBUILD_DIR)/xbuild_targets.make
-
EXTRA_DISTFILES = \
Mono.XBuild.Framework/AssemblyLoadInfo.cs
+
+include ../../build/library.make
+include $(XBUILD_DIR)/xbuild_test.make