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

Makefile « Mono.Runtime.Tests « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f3a0e1297228ce7cc541b8c6ca4f734ba86a2ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
thisdir = class/Mono.Runtime.Tests
SUBDIRS = 
include ../../build/rules.make

#
# This directory is used to run the JIT regression tests in mini/ using the
# standard nunit-lite test runner.
#
LIBRARY = Mono.Runtime.Tests.dll
NO_BUILD = 1
NO_INSTALL = 1
LIB_REFS = System System.Core System.Numerics System.Numerics.Vectors
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -unsafe -d:__MOBILE__ -nowarn:CS0169,CS0649,CS0414,CS0618,CS0219,CS0168

ifneq ($(PROFILE),monodroid)
LIB_REFS += Mono.Simd
endif

include ../../build/library.make