Changeset 229 for branches/xpascal/Forms


Ignore:
Timestamp:
Jun 24, 2023, 11:23:26 PM (17 months ago)
Author:
chronos
Message:
  • Added: Several basic interpretter tests.
Location:
branches/xpascal/Forms
Files:
2 edited

Legend:

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

    r228 r229  
    123123      Caption = 'Test'
    124124      OnExecute = ATestExecute
     125      ShortCut = 122
    125126    end
    126127  end
  • 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.