Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
fpc-src / usr / share / fpcsrc / 3.2.0 / packages / fcl-report / test / regtests.pp
Size: Mime:
unit regtests;
{
  Add this unit to the main program uses clause.
  Add all test units to the uses clause here.
  Avoids messing with the uses clause of the main program(s).
}

// Define USEDEMOS if you want to test & compare rendering of the demos.

{$DEFINE USEDEMOS}

interface

uses
  tcbasereport, tcreportstreamer, tchtmlparser
{$IFDEF USEDEMOS}
  , tcreportgenerator
{$ENDIF}
  ;

implementation
  
end.