[bcl] Fix a few hardcoded socket ports in tests (#5471)
[mono.git] / mcs / class / System.Numerics / Makefile
index 2b3d458da81cc611aaa38051a582e131a382448b..a7b25f1b1409b18075f10b582f9c73d815ab4110 100644 (file)
@@ -4,10 +4,15 @@ include ../../build/rules.make
 
 LIBRARY = System.Numerics.dll
 LIB_REFS = System
-LIB_MCS_FLAGS = /unsafe -d:MONO
+KEYFILE = ../ecma.pub
+LIB_MCS_FLAGS = /unsafe
 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
+XTEST_LIB_REFS = System Facades/System.Threading.Tasks Facades/System.Runtime.InteropServices.RuntimeInformation System.Core System.Numerics.Vectors Microsoft.CSharp
+XTEST_LIB_FLAGS = -unsafe
 
-RESOURCE_STRINGS = ../../../external/referencesource/System.Numerics/System.Numerics.txt
+RESX_RESOURCE_STRING = \
+       ../../../external/corefx/src/System.Runtime.Numerics/src/Resources/Strings.resx \
+       ../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx
 
 EXTRA_DISTFILES =