New 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_MCS_FLAGS = -r:System.dll \
7                 -r:System.Data.dll \
8                 -r:System.Configuration.dll \
9                 -r:System.Core.dll
10
11 TEST_MCS_FLAGS = $(LIB_MCS_FLAGS)
12
13 EXTRA_DISTFILES = $(RESOURCE_FILES)
14
15 VALID_PROFILE := $(filter 4.0, $(FRAMEWORK_VERSION))
16 ifndef VALID_PROFILE
17 LIBRARY_NAME = dummy-System.Runtime.Caching.dll
18 NO_INSTALL = yes
19 NO_SIGN_ASSEMBLY = yes
20 NO_TEST = yes
21 endif
22
23 include ../../build/library.make