You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
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.