* renamed units so they are not picked up multiple times by the regression tests

(cherry picked from commit ab1a997b12)
This commit is contained in:
florian 2021-11-09 22:32:01 +01:00 committed by marcoonthegit
parent a656236579
commit ceddfd11cc
6 changed files with 6 additions and 6 deletions

View File

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

View File

@ -1,4 +1,4 @@
unit testonetimepass;
unit utestonetimepass;
{$mode ObjFPC}{$H+}

View File

@ -1,4 +1,4 @@
unit testpem;
unit utestpem;
{$mode ObjFPC}{$H+}

View File

@ -1,4 +1,4 @@
unit testsha256;
unit utestsha256;
{$mode objfpc}{$H+}

View File

@ -1,4 +1,4 @@
unit testsha512;
unit utestsha512;
{$mode objfpc}{$H+}

View File

@ -1,6 +1,6 @@
// See all test cases in: http://tools.ietf.org/html/rfc2202
unit TestsHMAC;
unit UTestsHMAC;
{$mode objfpc}{$H+}