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
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-10-17 16:02:17 +0300
committerMarek Safar <marek.safar@gmail.com>2017-11-28 11:10:57 +0300
commit82151ac4fad4b085c36faa31488e566ed72fb956 (patch)
treed1af04c472077d9917b5e65e4f3bde189c5064af /mcs/class/Makefile
parentdcf567ff6460a121e135ec79b93fde5ba5de755c (diff)
[corlib] Adds Span/Memory tests
Diffstat (limited to 'mcs/class/Makefile')
-rw-r--r--mcs/class/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/mcs/class/Makefile b/mcs/class/Makefile
index 57fa33adaa3..13d7aae2873 100644
--- a/mcs/class/Makefile
+++ b/mcs/class/Makefile
@@ -86,7 +86,8 @@ mobile_common_dirs := \
Mono.CSharp \
Microsoft.CSharp \
System.Reflection.Context \
- System.Net.Http.WinHttpHandler
+ System.Net.Http.WinHttpHandler \
+ System.Runtime.CompilerServices.Unsafe
testing_aot_full_dirs := \
$(mobile_common_dirs) \
@@ -195,6 +196,7 @@ xammac_4_5_dirs := \
System.Net.Http.WebRequest \
System.Reflection.Context \
System.Net.Http.WinHttpHandler \
+ System.Runtime.CompilerServices.Unsafe \
$(pcl_facade_dirs)
net_4_x_dirs := \
@@ -336,6 +338,7 @@ net_4_x_parallel_dirs := \
System.Reflection.Context \
Mono.Profiler.Log \
Mono.Runtime.Tests \
+ System.Runtime.CompilerServices.Unsafe \
legacy/Mono.Cecil \
$(pcl_facade_dirs)