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:
authorMarek Safar <marek.safar@gmail.com>2012-04-05 21:50:43 +0400
committerMarek Safar <marek.safar@gmail.com>2012-04-05 22:00:07 +0400
commit9a8e03aca05275d607cc3e95c7d767e0cb7cc65b (patch)
tree3f08058a0a24f68a45733619c3f3b897d2b0ddb3 /mcs/class/System.Web.DynamicData
parent79959d9a81c60664cd0a8bf57f2f4c22af80e127 (diff)
Add missing assembly references to test targets
Diffstat (limited to 'mcs/class/System.Web.DynamicData')
-rw-r--r--mcs/class/System.Web.DynamicData/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/mcs/class/System.Web.DynamicData/Makefile b/mcs/class/System.Web.DynamicData/Makefile
index 2f5843ab5a5..fed5597fa50 100644
--- a/mcs/class/System.Web.DynamicData/Makefile
+++ b/mcs/class/System.Web.DynamicData/Makefile
@@ -175,7 +175,8 @@ TEST_RESOURCE_FILES = \
NUNIT_RESOURCE_FILES = $(TEST_RESOURCE_FILES)
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.ComponentModel.DataAnnotations.dll -r:System.Configuration.dll $(NUNIT_RESOURCE_FILES:%=/resource:%) -r:SystemWebTestShim.dll
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -r:System.ComponentModel.DataAnnotations.dll -r:System.Configuration.dll \
+ $(NUNIT_RESOURCE_FILES:%=/resource:%) -r:SystemWebTestShim.dll -r:System.Xml.dll
ifeq (4, $(FRAMEWORK_VERSION_MAJOR))
TEST_MCS_FLAGS += -r:System.Web.ApplicationServices.dll