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/Mono.XBuild.Tasks
parent15fedf3b085f5f7c11c1484506e95f08cc312382 (diff)
[xbuild] Fix the xbuild 12 tests
Diffstat (limited to 'mcs/class/Mono.XBuild.Tasks')
-rw-r--r--mcs/class/Mono.XBuild.Tasks/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/mcs/class/Mono.XBuild.Tasks/Makefile b/mcs/class/Mono.XBuild.Tasks/Makefile
index 23aabb41c42..7135c45e3c7 100644
--- a/mcs/class/Mono.XBuild.Tasks/Makefile
+++ b/mcs/class/Mono.XBuild.Tasks/Makefile
@@ -12,7 +12,6 @@ LIB_MCS_FLAGS = \
/r:System.dll \
/r:System.Xml.dll
-export TESTING_MONO=a
-include $(XBUILD_DIR)/xbuild_targets.make
+include $(XBUILD_DIR)/xbuild_test.make
include ../../build/library.make