More fixing of Linux build
authorPetr Onderka <gsvick@gmail.com>
Sat, 7 Jul 2012 10:51:52 +0000 (06:51 -0400)
committerPetr Onderka <gsvick@gmail.com>
Sun, 19 Aug 2012 21:54:11 +0000 (23:54 +0200)
mcs/class/System.Threading.Tasks.Dataflow/Makefile
mcs/class/System.Threading.Tasks.Dataflow/System.Threading.Tasks.Dataflow_test.dll.sources

index a91c8354b32465a709570fc65d0c0bb7e2fc35c8..48532e8870a0089dbe1a5dd4b98c6691714f14e6 100644 (file)
@@ -8,4 +8,5 @@ include ../../build/library.make
 
 LIB_MCS_FLAGS += -r:$(corlib) -r:System.Core.dll -r:System.dll
 
-TEST_MCS_FLAGS = -r:System.Core.dll
+TEST_MCS_FLAGS = -r:System.Core.dll -r:System.dll
+
index 95d9e6530c2f7f5277e6edd6003e0e26a115efe0..a278a3c0eea8fecbd0fda08ba1345be589f5bc5c 100644 (file)
@@ -14,10 +14,11 @@ System.Threading.Tasks.Dataflow/BatchedJoinBlockTest.cs
 System.Threading.Tasks.Dataflow/BatchedJoinBlock`3Test.cs
 System.Threading.Tasks.Dataflow/BroadcastBlockTest.cs
 System.Threading.Tasks.Dataflow/BufferBlockTest.cs
-System.Threading.Tasks.Dataflow/CompletionTest.cs
 System.Threading.Tasks.Dataflow/DataflowBlockTest.cs
 System.Threading.Tasks.Dataflow/JoinBlockTest.cs
 System.Threading.Tasks.Dataflow/JoinBlock`3Test.cs
 System.Threading.Tasks.Dataflow/TransformBlockTest.cs
 System.Threading.Tasks.Dataflow/TransformManyBlockTest.cs
 System.Threading.Tasks.Dataflow/WriteOnceBlockTest.cs
+../System.Threading.Tasks.Dataflow/CompletionHelper.cs
+../../corlib/System.Threading/AtomicBoolean.cs