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:
authorMaxim Lipnin <mlipnin@gmail.com>2019-03-14 01:47:39 +0300
committerMarek Safar <marek.safar@gmail.com>2019-03-14 01:47:39 +0300
commit55fbd14763ba5e6ed6dc63326d39782ff76afbe9 (patch)
tree48b6573c4c5114bfb9b7d87da10eb96769466a61 /mcs/class/Mono.Messaging/Makefile
parentf62dfab807cba92bdc3f7f7e60f6e93b2339021f (diff)
Remove nunit24 from mono build and tree (#13415)
* Remove nunit24 from mono build and tree * More cleanup * Fix build * [csproj] Update project files
Diffstat (limited to 'mcs/class/Mono.Messaging/Makefile')
-rw-r--r--mcs/class/Mono.Messaging/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/mcs/class/Mono.Messaging/Makefile b/mcs/class/Mono.Messaging/Makefile
index c61406789e4..7ff0d87bd58 100644
--- a/mcs/class/Mono.Messaging/Makefile
+++ b/mcs/class/Mono.Messaging/Makefile
@@ -11,8 +11,4 @@ LIB_MCS_FLAGS =
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:0618 -nowarn:219 -nowarn:169
TEST_LIB_REFS = System.Messaging
-ifneq ($(PROFILE),xammac_net_4_5)
-TEST_LIB_REFS += nunit.mocks
-endif
-
include ../../build/library.make