1
0
mirror of synced 2024-09-19 09:46:09 +00:00
x2utils/UnitTests/X2UtUnitTests.dpr

12 lines
173 B
ObjectPascal
Raw Normal View History

2004-09-20 12:01:08 +00:00
program X2UtUnitTests;
uses
TestFramework,
GUITestRunner,
UBits in 'Units\UBits.pas',
UTrees in 'Units\UTrees.pas';
2004-09-20 12:01:08 +00:00
begin
RunRegisteredTests();
end.