Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 9825acea20b8c1730a908ceb6b6baa6d > files > 139

fpc-doc-3.0.4-6.mga7.armv7hl.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.