Notifier & Tests added
This commit is contained in:
+5
-2
@@ -15,9 +15,12 @@ uses
|
||||
DUnitX.Loggers.Xml.NUnit,
|
||||
{$ENDIF }
|
||||
DUnitX.TestFramework,
|
||||
TestSignals in 'TestSignals.pas',
|
||||
TestNotifier in 'TestNotifier.pas',
|
||||
TestSList in 'TestSList.pas',
|
||||
TestStack in 'TestStack.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';
|
||||
|
||||
{ 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