X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mcs%2Fbuild%2Fprofiles%2Fnet_4_0.make;h=99782bd526a783bd31c1e88598150f2fcc09a979;hb=4320e844e92386319c01095435e6ae0c67bfc09a;hp=0a26e1b9a0224d521d94d7927d02dbf8ad80028d;hpb=f78e6f8fee273c6c80c8c36e7e1b2bbd8392b8cb;p=mono.git diff --git a/mcs/build/profiles/net_4_0.make b/mcs/build/profiles/net_4_0.make index 0a26e1b9a02..99782bd526a 100644 --- a/mcs/build/profiles/net_4_0.make +++ b/mcs/build/profiles/net_4_0.make @@ -14,5 +14,9 @@ DEFAULT_REFERENCES = -r:mscorlib.dll PROFILE_MCS_FLAGS = -d:NET_1_1 -d:NET_2_0 -d:NET_3_0 -d:NET_3_5 -d:NET_4_0 -nowarn:1699 -nostdlib -lib:$(topdir)/class/lib/$(PROFILE) $(DEFAULT_REFERENCES) FRAMEWORK_VERSION = 4.0 +XBUILD_VERSION = 4.0 LIBRARY_INSTALL_DIR = $(mono_libdir)/mono/$(FRAMEWORK_VERSION) + +# Ignore tests on net_4_0 as the 4.0 IL code is never used for running (just for metadata), so it doesn't make sense to execute tests there +NO_TEST = yes