disable broken tests on net_4_0
[mcs.git] / class / System.Net / Makefile
blob1267fe51925cce0452c3107bd69b20fb71d54250
1 thisdir = class/System.Net
2 SUBDIRS =
3 include ../../build/rules.make
5 LIBRARY = System.Net.dll
6 LIB_MCS_FLAGS = -unsafe -r:System.dll -r:System.Core.dll -r:System.Xml.dll -d:NET_2_1 -d:NET_2_0 -d:NET_1_1
8 ifneq (2.1, $(FRAMEWORK_VERSION))
9 LIB_MCS_FLAGS += -d:NET_3_5 -nowarn:1720
10 endif
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
14 EXTRA_DISTFILES =
16 VALID_PROFILE := $(filter 2.0 2.1 4.0, $(FRAMEWORK_VERSION))
17 ifndef VALID_PROFILE
18 LIBRARY_NAME = dummy-System.Net.dll
19 NO_INSTALL = yes
20 NO_SIGN_ASSEMBLY = yes
21 NO_TEST = yes
22 endif
24 include ../../build/library.make