ソースを参照

* Added sensible defaults

(cherry picked from commit b63979a5ba4c72c6d0f990aa7c5800d45f66ee28)
Michaël Van Canneyt 3 年 前
コミット
2475f45334
1 ファイル変更3 行追加1 行削除
  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;