Sophie

Sophie

distrib > Mandriva > current > x86_64 > by-pkgid > 6e47c246994dbf209b12f1dffb028211 > files > 420

fpc-base-2.4.4-5mdv2010.2.x86_64.rpm

unit gmp_testcase;

{$mode objfpc}{$H+}

interface

uses
  Classes, SysUtils, fpcunit, testregistry;

{$include gmp_test_intf}

implementation

uses
  math, strutils, gmp;

{$include gmp_test_impl}

initialization
  RegisterTests([TTestGmpBinding, TTestGmpExtensions, TTestGmpOperators]);

end.