Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

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