* Brush.cs: added texture brush with transform tests
[mono.git] / mcs / class / System.Drawing / Makefile
index 8e63d8172b990908278d9278175a22d32584d775..bfd94f047e170536065098e6e083206ae39b5411 100644 (file)
@@ -6,6 +6,9 @@ LIBRARY = System.Drawing.dll
 
 LIB_MCS_FLAGS = /unsafe /r:$(corlib) /r:System.dll /nowarn:649 /nowarn:169
 
-TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) /r:System.Drawing.dll -nowarn:0618 -nowarn:219 -nowarn:169
+TEST_MCS_FLAGS = $(LIB_MCS_FLAGS) -resource:Test/resources/indexed.png,indexed.png \
+        /r:System.Drawing.dll -nowarn:0618 -nowarn:219 -nowarn:169 -nowarn:1595
 
 include ../../build/library.make
+
+EXTRA_DISTFILES = Test/resources/indexed.png
\ No newline at end of file