Browse Source

* Added sensible defaults

Michaël Van Canneyt 3 years ago
parent
commit
b63979a5ba
1 changed files with 3 additions and 1 deletions
  1. 3 1
      packages/hash/tests/tests.pp

+ 3 - 1
packages/hash/tests/tests.pp

@@ -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;