Repository URL to install this package:
|
Version:
3.2.0 ▾
|
program testsqlscanner_gui;
{$mode objfpc}{$H+}
uses
Interfaces, Forms, GuiTestRunner,
tcsqlscanner,
fpsqltree, fpsqlscanner, fpsqlparser,
tcparser, tcgensql;
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TGuiTestRunner, TestRunner);
Application.Run;
end.