[mcs] C#7 type pattern matching
[mono.git] / mcs / class / Xunit.NetCore.Extensions / Makefile
1 thisdir = class/Xunit.NetCore.Extensions
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 XUNIT_LIBS := xunit.core xunit.abstractions xunit.execution.desktop xunit.assert
6
7 LIBRARY = Xunit.NetCore.Extensions.dll
8 LIB_REFS = System System.Core Facades/System.Runtime.InteropServices.RuntimeInformation Facades/System.Runtime Facades/System.Threading.Tasks
9 LIB_MCS_FLAGS = $(patsubst %,-r:$(topdir)/../external/xunit-binaries/%.dll,$(XUNIT_LIBS))
10
11 EXTRA_DISTFILES =
12
13 NO_TEST = yes
14 NO_INSTALL = yes
15 NO_SIGN_ASSEMBLY = yes
16
17 include ../../build/library.make