[test] (corlib) Enable more xtest SRE tests
[mono.git] / mcs / class / System.Runtime.Caching / Makefile
1 thisdir = class/System.Runtime.Caching
2 SUBDIRS = 
3 include ../../build/rules.make
4
5 LIBRARY = System.Runtime.Caching.dll
6 LIB_REFS = System System.Data System.Configuration System.Core
7 LIB_MCS_FLAGS = -nowarn:414
8
9 RESX_RESOURCE_STRING = \
10         ../referencesource/System.Runtime.Caching/R.resx
11
12 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
13
14 EXTRA_DISTFILES = $(RESOURCE_FILES)
15
16 VALID_PROFILE := $(filter 4, $(FRAMEWORK_VERSION_MAJOR))
17 ifndef VALID_PROFILE
18 LIBRARY_NAME = dummy-System.Runtime.Caching.dll
19 NO_INSTALL = yes
20 NO_SIGN_ASSEMBLY = yes
21 NO_TEST = yes
22 endif
23
24 include ../../build/library.make