Ignore:
Timestamp:
Jun 24, 2023, 11:23:26 PM (11 months ago)
Author:
chronos
Message:
  • Added: Several basic interpretter tests.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/xpascal/Forms/FormMain.pas

    r228 r229  
    7575uses
    7676  Parser, Executor, GeneratorPascal, GeneratorPhp, FormTests, Translator,
    77   GeneratorCSharp, GeneratorXml, ParserPascal;
     77  GeneratorCSharp, GeneratorXml, ParserPascal, Tests;
    7878
    7979{ TFormMain }
     
    198198  with TFormTests.Create(nil) do
    199199  try
     200    TestCases := GetTests;
    200201    ShowModal;
    201202  finally
     203    TestCases.Free;
    202204    Free;
    203205  end;
Note: See TracChangeset for help on using the changeset viewer.