We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ab35f commit 9a03a54Copy full SHA for 9a03a54
1 file changed
HashLib.Tests/Delphi.Tests/HashLib.Tests.dpr
@@ -145,10 +145,14 @@ uses
145
146
begin
147
148
+{$IFDEF TESTINSIGHT}
149
+ TestInsight.DUnit.RunRegisteredTests;
150
+{$ELSE}
151
Application.Initialize;
152
if IsConsole then
153
TextTestRunner.RunRegisteredTests
154
else
155
GUITestRunner.RunRegisteredTests;
156
+{$ENDIF}
157
158
end.
0 commit comments