[monkeydoc] New test requires System.Xml
authorJérémie Laval <jeremie.laval@gmail.com>
Tue, 18 Dec 2012 17:43:39 +0000 (18:43 +0100)
committerJérémie Laval <jeremie.laval@gmail.com>
Tue, 18 Dec 2012 17:43:39 +0000 (18:43 +0100)
mcs/tools/monkeydoc/Makefile

index 218b003c24988094785870d21673b92e0099681f..0a8565c2ba6b6aff5213e6cef88f01170e3ad451 100644 (file)
@@ -111,7 +111,7 @@ LIB_MCS_FLAGS = \
        /r:System.Xml.Linq.dll                                            \
        /r:System.Configuration.dll
 
-TEST_MCS_FLAGS = /r:System.Core.dll
+TEST_MCS_FLAGS = /r:System.Core.dll /r:System.Xml.dll
 
 DOC_SOURCE_DIRS = \
        ../../docs \