1
0
mirror of synced 2024-09-19 09:46:09 +00:00
x2utils/UnitTests/X2UtUnitTests.dpr
Mark van Renswoude 6429b349c3 Added: unit tests for hashes
Added: Clear method
Fixed: bug in key storage and comparison
2005-07-01 11:43:59 +00:00

14 lines
213 B
ObjectPascal

program X2UtUnitTests;
uses
MemCheck,
TestFramework,
GUITestRunner,
BitsTest in 'Units\BitsTest.pas',
HashesTest in 'Units\HashesTest.pas';
begin
MemChk();
RunRegisteredTests();
end.