program AdventOfCodeFPCUnit; {$mode objfpc}{$H+} uses Interfaces, Forms, GuiTestRunner, USolver, UBaseTestCases, UGearRatiosTestCases, UScratchcardsTestCases; {$R *.res} begin Application.Initialize; Application.CreateForm(TGuiTestRunner, TestRunner); Application.Run; end.