TaskFactory added
This commit is contained in:
+6
-4
@@ -17,10 +17,12 @@ uses
|
||||
DUnitX.TestFramework,
|
||||
TestNotifier in 'TestNotifier.pas',
|
||||
TestSList in 'TestSList.pas',
|
||||
TestStack in 'TestStack.pas',
|
||||
Myc.Core.Notifier in '..\Src\Myc.Core.Notifier.pas',
|
||||
TestNotifier_Threading in 'TestNotifier_Threading.pas',
|
||||
TestNotifier_ChaosStress in 'TestNotifier_ChaosStress.pas';
|
||||
TestStack in 'TestStack.pas' {/TestNotifier_Threading in 'TestNotifier_Threading.pas',},
|
||||
TestNotifier_Threading in 'TestNotifier_Threading.pas' {/TestNotifier_ChaosStress in 'TestNotifier_ChaosStress.pas',},
|
||||
TestNotifier_ChaosStress in 'TestNotifier_ChaosStress.pas',
|
||||
TestSignals_Semapore in 'TestSignals_Semapore.pas',
|
||||
Myc.Core.Tasks in '..\Src\Myc.Core.Tasks.pas',
|
||||
TestTasks in 'TestTasks.pas';
|
||||
|
||||
{ keep comment here to protect the following conditional from being removed by the IDE when adding a unit }
|
||||
{$IFNDEF TESTINSIGHT}
|
||||
|
||||
Reference in New Issue
Block a user