summaryrefslogtreecommitdiff
path: root/examples/apps/fpcunit/guitestrunner_fpgui.pas
blob: 81ad2d21a8f7ab6a4bc2e5147aac0185c3be9bc6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{ This file was automatically created by Lazarus. Do not edit!
This source is only used to compile and install the package.
 }

unit guitestrunner_fpgui; 

interface

uses
  fpg_GuiTestRunner; 

implementation

end.