Add support for xunit tests
[mono.git] / mcs / class / System.Numerics / Makefile
1 thisdir = class/System.Numerics
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Numerics.dll
6 LIB_REFS = System
7 LIB_MCS_FLAGS = /unsafe
8 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
9 XTEST_LIB_REFS = System Facades/System.Threading.Tasks System.Runtime.InteropServices.RuntimeInformation System.Core System.Numerics.Vectors Microsoft.CSharp
10 XTEST_LIB_FLAGS = -unsafe
11
12 RESX_RESOURCE_STRING = \
13         ../../../external/corefx/src/System.Runtime.Numerics/src/Resources/Strings.resx \
14         ../../../external/corefx/src/System.Numerics.Vectors/src/Resources/Strings.resx
15
16 EXTRA_DISTFILES =
17
18 include ../../build/library.make