[build] Add the assemblies in LIB_REFS to LIB_MCS_FLAGS automatically to reduce dupli...
[mono.git] / mcs / class / System.IO.Compression.FileSystem / Makefile
index 4e36c8abfd42f045883f3e9a8b0d56ae08116748..d8b918ebce307242c16d0e3383b39fa948badb2c 100644 (file)
@@ -3,8 +3,8 @@ SUBDIRS =
 include ../../build/rules.make
 
 LIBRARY = System.IO.Compression.FileSystem.dll
-LIB_MCS_FLAGS = /r:System /r:System.IO.Compression.dll
-
-NO_TEST = yes
+LIB_REFS = System System.IO.Compression
+LIB_MCS_FLAGS =
+TEST_MCS_FLAGS = /r:System /r:System.Core /r:System.IO.Compression.dll
 
 include ../../build/library.make