@@ -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+}
-unit testpem;
+unit utestpem;
-unit testsha256;
+unit utestsha256;
{$mode objfpc}{$H+}
-unit testsha512;
+unit utestsha512;
@@ -1,6 +1,6 @@
// See all test cases in: http://tools.ietf.org/html/rfc2202
-unit TestsHMAC;
+unit UTestsHMAC;