[bcl] Write newline-separated nunit/xunit excludes file for sdks archive (#14681)
[mono-project.git] / mcs / build / profiles / testing_aot_common.make
blob7548222147ea4eb611a97b83049b2e67d27118b0
1 #! -*- makefile -*-
3 BOOTSTRAP_PROFILE = build
5 BOOTSTRAP_MCS = MONO_PATH="$(topdir)/class/lib/$(BOOTSTRAP_PROFILE)$(PLATFORM_PATH_SEPARATOR)$$MONO_PATH" $(INTERNAL_CSC)
6 MCS = $(BOOTSTRAP_MCS)
8 profile-check:
9 @:
11 DEFAULT_REFERENCES = mscorlib
13 PROFILE_MCS_FLAGS = \
14 -d:NET_1_1 \
15 -d:NET_2_0 \
16 -d:NET_2_1 \
17 -d:NET_3_5 \
18 -d:NET_4_0 \
19 -d:NET_4_5 \
20 -d:MONO \
21 -d:MOBILE,MOBILE_LEGACY \
22 -d:DISABLE_REMOTING \
23 -d:DISABLE_SECURITY \
24 -nowarn:1699 \
25 -nostdlib \
26 $(PLATFORM_DEBUG_FLAGS)
28 API_BIN_PROFILE = build/monotouch
29 FRAMEWORK_VERSION = 2.1
31 NO_INSTALL = yes
32 NO_CONSOLE = yes
33 MOBILE_PROFILE = yes
34 DISABLE_REMOTING = yes
35 NO_MULTIPLE_APPDOMAINS = yes
37 PROFILE_TEST_HARNESS_EXCLUDES := MobileNotWorking PKITS