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

This commit is contained in:
florian 2021-11-09 22:32:01 +01:00
parent e4ee8fa6a2
commit ab1a997b12
6 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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+}