Removed debugging CWL that shows during normal execution.
[mono.git] / mcs / class / System.Data.OracleClient / Makefile
index f5bc738f1a9e5bca3949dd8ca6d8c45c39a2940f..a5192c93e73a03e34c0d7220536087e4022cc072 100644 (file)
@@ -8,7 +8,9 @@ LIB_MCS_FLAGS = /r:$(corlib) /r:System.dll \
        /r:System.EnterpriseServices.dll \
        /r:System.Drawing.dll \
        /nowarn:649 /nowarn:169
-NO_TEST = yes
+
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /nowarn:618
+
 EXTRA_DISTFILES = Test/TestOracleClient.cs
 
 include ../../build/library.make