Merge pull request #358 from adbre/iss3333
[mono.git] / mcs / class / System.Net.Http / Makefile
index f2045607ae66d0607713dfd7ae33ccd1aea794ce..715fa63120bcfc6d2878ed8ec28cb3f35746e2b6 100644 (file)
@@ -6,4 +6,6 @@ LIBRARY = System.Net.Http.dll
 
 LIB_MCS_FLAGS = -r:System.Core.dll -r:System.dll
 
+TEST_MCS_FLAGS = -r:System.dll -r:System.Core.dll
+
 include ../../build/library.make