2009-01-02 Ivan N. Zlatev <contact@i-nz.net>
[mono.git] / mcs / class / System.Data / Makefile
index b0e3063ba070777dd937084e91adbd017654fd40..58114dd90725b96b2cad02f96077c4f03d49aa7f 100644 (file)
@@ -11,12 +11,13 @@ system = $(topdir)/class/lib/$(PROFILE)/System.dll
 endif
 
 ifeq (net_2_0, $(PROFILE))
-OTHER_LIB_MCS_FLAGS = -r:System.Configuration.dll
+OTHER_LIB_MCS_FLAGS = -r:System.Configuration.dll \
+                       -r:System.Transactions.dll
 endif
 
 LIBRARY = System.Data.dll
 LIB_MCS_FLAGS = \
-       -nowarn:649 -nowarn:169 -nowarn:219 -nowarn:168 -nowarn:1595 \
+       -nowarn:649 \
        -unsafe \
        -r:$(corlib)                            \
        -r:$(system)                            \
@@ -37,19 +38,21 @@ LIB_MCS_FLAGS += \
        $(OTHER_LIB_MCS_FLAGS)
 endif
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -nowarn:618,169,612,219,168
+
+TEST_MONO_PATH = .
 
 EXTRA_DISTFILES = \
        TODO                                    \
-       Test/System.Data/region.xml             \
-       Test/System.Data/store.xsd              \
-       Test/System.Data/own_schema.xsd         \
-       Test/System.Xml/2books.xml              \
-       Test/System.Xml/region.xml              \
-       Test/System.Xml/region.xsd              \
-       Test/System.Xml/store.xsd               \
+       $(wildcard Test/System.Data/*.xml)              \
+       $(wildcard Test/System.Data/*.xsd)              \
+       $(wildcard Test/System.Xml/*.xml)               \
+       $(wildcard Test/System.Xml/*.xsd)               \
+       Test/System.Data/schemas/ChangeLog      \
+       $(wildcard Test/System.Data/schemas/*.xsd)              \
        Mono.Data.SqlExpressions/Parser.jay     \
-       app_test_2.0.config
+       app_test_2.0.config                     \
+       Test/System.Data/binserialize/*.bin
 
 BUILT_SOURCES = Mono.Data.SqlExpressions/Parser.cs