2018-01-24 17:04:36 +00:00
|
|
|
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
|
2019-04-18 08:43:48 +00:00
|
|
|
LIB_REFS = System System.Core System.Numerics System.Numerics.Vectors
|
2018-01-24 17:04:36 +00:00
|
|
|
TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -unsafe -d:__MOBILE__ -nowarn:CS0169,CS0649,CS0414,CS0618,CS0219,CS0168
|
|
|
|
|
2019-04-18 08:43:48 +00:00
|
|
|
ifneq ($(PROFILE),monodroid)
|
|
|
|
LIB_REFS += Mono.Simd
|
|
|
|
endif
|
|
|
|
|
2018-01-24 17:04:36 +00:00
|
|
|
include ../../build/library.make
|
|
|
|
|