2009-05-23 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / Mono.Messaging / Makefile
index cfcb60e658d93e85d4acd4eed449496cc3620b46..bfc99895c7956d9359239fc0774108280960895e 100644 (file)
@@ -5,6 +5,6 @@ include ../../build/rules.make
 LIBRARY = Mono.Messaging.dll
 LIB_MCS_FLAGS = /r:System.dll
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 -r:System.Messaging.dll
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll
 
 include ../../build/library.make