mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-12 10:06:23 +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}
|
{$mode objfpc}
|
||||||
|
|
||||||
uses
|
uses
|
||||||
consoletestrunner, TestsHMAC, testsha256, testonetimepass, sha512, testsha512, asn, ecc, pem, testpem, ecdsa;
|
consoletestrunner, UTestsHMAC, utestsha256, utestonetimepass, sha512, utestsha512, asn, ecc, pem, utestpem, ecdsa;
|
||||||
|
|
||||||
var
|
var
|
||||||
Application: TTestRunner;
|
Application: TTestRunner;
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
unit testonetimepass;
|
unit utestonetimepass;
|
||||||
|
|
||||||
{$mode ObjFPC}{$H+}
|
{$mode ObjFPC}{$H+}
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
unit testpem;
|
unit utestpem;
|
||||||
|
|
||||||
{$mode ObjFPC}{$H+}
|
{$mode ObjFPC}{$H+}
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
unit testsha256;
|
unit utestsha256;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
unit testsha512;
|
unit utestsha512;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
// See all test cases in: http://tools.ietf.org/html/rfc2202
|
// See all test cases in: http://tools.ietf.org/html/rfc2202
|
||||||
|
|
||||||
unit TestsHMAC;
|
unit UTestsHMAC;
|
||||||
|
|
||||||
{$mode objfpc}{$H+}
|
{$mode objfpc}{$H+}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user