Merge pull request #1304 from slluis/mac-proxy-autoconfig
[mono.git] / mcs / class / System.Data.OracleClient / Makefile
index f5bc738f1a9e5bca3949dd8ca6d8c45c39a2940f..f2c31271bb77a57f813539303426e8168ce5f4d9 100644 (file)
@@ -6,9 +6,10 @@ LIBRARY = System.Data.OracleClient.dll
 LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll \
        /r:System.Xml.dll /r:System.Data.dll \
        /r:System.EnterpriseServices.dll \
-       /r:System.Drawing.dll \
-       /nowarn:649 /nowarn:169
-NO_TEST = yes
-EXTRA_DISTFILES = Test/TestOracleClient.cs
+       /r:System.Drawing.dll
+
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
+
+EXTRA_DISTFILES = Test/*.cs
 
 include ../../build/library.make