您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
233 B

  1. program tests;
  2. {$mode objfpc}{$H+}
  3. uses
  4. Interfaces, Forms, GUITestRunner, uutlQueueTests, uutlStackTests, uutlListTest, uutlAlgorithm, uutlLinkedListTests;
  5. {$R *.res}
  6. begin
  7. Application.Initialize;
  8. RunRegisteredTests;
  9. end.