Merge pull request #2992 from lambdageek/dev/monoerror-other-invokes
[mono.git] / mcs / class / Mono.Messaging / Makefile
index a2e3fbf7b44c30cd95a8f1e5c5f9aa3048a314f6..7788dfb60c89ec9946a89124b1f377312d4edd94 100644 (file)
@@ -7,6 +7,7 @@ LIBRARY = Mono.Messaging.dll
 LIB_REFS = System System.Configuration
 LIB_MCS_FLAGS =
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169 /r:System.Messaging.dll /r:nunit.mocks.dll
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
+TEST_LIB_REFS = System.Messaging nunit.mocks
 
 include ../../build/library.make