mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 15:49:26 +02:00
* renamed units so they are not picked up multiple times by the regression tests
This commit is contained in:
parent
e4ee8fa6a2
commit
ab1a997b12
@ -5,7 +5,7 @@ program tests;
|
||||
{$mode objfpc}
|
||||
|
||||
uses
|
||||
consoletestrunner, TestsHMAC, testsha256, testonetimepass, sha512, testsha512, asn, ecc, pem, testpem, ecdsa;
|
||||
consoletestrunner, UTestsHMAC, utestsha256, utestonetimepass, sha512, utestsha512, asn, ecc, pem, utestpem, ecdsa;
|
||||
|
||||
var
|
||||
Application: TTestRunner;
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit testonetimepass;
|
||||
unit utestonetimepass;
|
||||
|
||||
{$mode ObjFPC}{$H+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit testpem;
|
||||
unit utestpem;
|
||||
|
||||
{$mode ObjFPC}{$H+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit testsha256;
|
||||
unit utestsha256;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,4 +1,4 @@
|
||||
unit testsha512;
|
||||
unit utestsha512;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
@ -1,6 +1,6 @@
|
||||
// See all test cases in: http://tools.ietf.org/html/rfc2202
|
||||
|
||||
unit TestsHMAC;
|
||||
unit UTestsHMAC;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
Loading…
Reference in New Issue
Block a user