Files
lazarus-ccr/components/fpexif/tests/unittest/fpExifTests.lpr
wp_xxyyzz e03afa62f1 fpexif: Initial commit of units and tests
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6080 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2017-12-02 17:12:00 +00:00

20 lines
257 B
ObjectPascal

program fpExifTests;
{$mode objfpc}{$H+}
uses
Interfaces, Forms, GuiTestRunner,
fetutils,
fetexifle,
fetexifbe,
fetiptc;
{$R *.res}
begin
Application.Initialize;
Application.CreateForm(TGuiTestRunner, TestRunner);
Application.Run;
end.