FAdd PC –compatibility

This commit is contained in:
2018-02-12 18:08:40 +03:00
parent 092b1faa37
commit b7a7c3d056
12 changed files with 227 additions and 35 deletions

View File

@@ -0,0 +1,13 @@
program fpcunitproject1;
{$mode objfpc}{$H+}
uses
Interfaces, Forms, GuiTestRunner, fpcunittestrunner, TestCase1;
begin
Application.Initialize;
Application.CreateForm(TGuiTestRunner, TestRunner);
Application.Run;
end.