Welcome to mirror list, hosted at ThFree Co, Russian Federation.

testing_aot_full.make « profiles « build « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: cbddc9191256cac1fd9160951ea0796d2f7cdd9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#! -*- makefile -*-

include $(topdir)/build/profiles/testing_aot_common.make

PROFILE_MCS_FLAGS += \
	-d:FULL_AOT_DESKTOP \
	-d:FULL_AOT_RUNTIME \
	-d:DISABLE_REMOTING \
	-d:DISABLE_COM

AOT_FRIENDLY_PROFILE = yes
NO_VTS_TEST = yes
NO_SRE=1

# Note need for trailing comma. If you add, keep it
PROFILE_TEST_HARNESS_EXCLUDES = MobileNotWorking,PKITS,

ALWAYS_AOT_BCL = yes
ALWAYS_AOT_TESTS = yes