mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 01:29:29 +02:00
* Added sensible defaults
This commit is contained in:
parent
8e3158d965
commit
b63979a5ba
@ -5,11 +5,13 @@ program tests;
|
||||
{$mode objfpc}
|
||||
|
||||
uses
|
||||
consoletestrunner, TestsHMAC, HMAC;
|
||||
consoletestrunner, TestsHMAC, testsha256, testonetimepass;
|
||||
|
||||
var
|
||||
Application: TTestRunner;
|
||||
begin
|
||||
DefaultFormat:=fPlain;
|
||||
DefaultRunAllTests:=True;
|
||||
Application := TTestRunner.Create(nil);
|
||||
Application.Initialize;
|
||||
Application.Run;
|
||||
|
Loading…
Reference in New Issue
Block a user