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

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-10-17 15:39:38 +0300
committerMarek Safar <marek.safar@gmail.com>2017-10-19 11:04:37 +0300
commitdbb0872f494d3a8ec40bd75856887a5c0d1af809 (patch)
tree3242d80c2a8b1ee85406fd234724b9dd94bd1d47 /mcs
parent0b60a62ee7907e2b47f2981c4127c29973fcde48 (diff)
[corlib] Adds ValueTuple tests
Diffstat (limited to 'mcs')
-rw-r--r--mcs/class/corlib/Makefile1
-rw-r--r--mcs/class/corlib/corlib_xtest.dll.sources2
2 files changed, 3 insertions, 0 deletions
diff --git a/mcs/class/corlib/Makefile b/mcs/class/corlib/Makefile
index 93ee919dfda..fcfdb9311ec 100644
--- a/mcs/class/corlib/Makefile
+++ b/mcs/class/corlib/Makefile
@@ -98,6 +98,7 @@ DEFAULT_REFERENCES =
TEST_LIB_REFS = System.Core System
XTEST_LIB_REFS = System System.Core Facades/System.Threading.Tasks Facades/System.Runtime.InteropServices.RuntimeInformation
+XTEST_LIB_FLAGS = -d:netcoreapp
ifndef AOT_FRIENDLY_PROFILE
ifneq ($(PROFILE),testing_aot_hybrid)
diff --git a/mcs/class/corlib/corlib_xtest.dll.sources b/mcs/class/corlib/corlib_xtest.dll.sources
index 1015e742b3f..a69bb964c54 100644
--- a/mcs/class/corlib/corlib_xtest.dll.sources
+++ b/mcs/class/corlib/corlib_xtest.dll.sources
@@ -1,5 +1,6 @@
../../../external/corefx/src/CoreFx.Private.TestUtilities/src/System/AssertExtensions.cs
../../../external/corefx/src/Common/tests/System/RandomDataGenerator.cs
+../../../external/corefx/src/Common/tests/System/Runtime/Serialization/Formatters/BinaryFormatterHelpers.cs
../../../external/corefx/src/System.Reflection.Emit/tests/Utilities.cs
@@ -145,3 +146,4 @@
../../../external/corefx/src/System.Text.Encoding/tests/EncodingTestHelpers.cs
../../../external/corefx/src/System.Text.Encoding/tests/NegativeEncodingTests.cs
+../../../external/corefx/src/System.ValueTuple/tests/*.cs