You've already forked linux-packaging-mono
Imported Upstream version 6.8.0.73
Former-commit-id: d18deab1b47cfd3ad8cba82b3f37d00eec2170af
This commit is contained in:
parent
bceda29824
commit
73ee7591e8
@@ -27,7 +27,6 @@ TEST_CASES := \
|
||||
|
||||
ifdef INCLUDE_DISABLED
|
||||
TEST_CASES += \
|
||||
System.Core/test-queryable-01.cs \
|
||||
System.Runtime.Serialization/test-dcs-01.cs \
|
||||
mscorlib/test-marshaling.cs
|
||||
endif
|
||||
@@ -41,7 +40,15 @@ endif
|
||||
ifndef AOT_FRIENDLY_PROFILE
|
||||
TEST_CASES += \
|
||||
mscorlib/test-remoting.cs \
|
||||
mscorlib/test-reflection.cs
|
||||
mscorlib/test-reflection.cs \
|
||||
System.Core/test-queryable-01.cs \
|
||||
System.Core/test-queryable-02.cs
|
||||
endif
|
||||
|
||||
ifdef MCS_MODE
|
||||
NO_INSTALL=1
|
||||
NO_BUILD=1
|
||||
NO_TEST=1
|
||||
endif
|
||||
|
||||
TESTS_COMPILER = $(MCS) -nologo -noconfig -unsafe -nostdlib -debug:portable -r:$(topdir)/class/lib/$(PROFILE_DIRECTORY)/mscorlib.dll
|
||||
|
Reference in New Issue
Block a user