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.0.0 / packages / fcl-fpcunit / Makefile.fpc.fpcmake
Size: Mime:
#
#   Makefile.fpc for FCL FPCUnit test framework.
#

[package]
name=fcl-fpcunit
version=3.0.0

[target]
units=testregistry testreport testdecorator ubmockobject xmlreporter \
      fpcunitreport latextestreport xmltestreport plaintestreport fpcunit \
      testutils digesttestreport consoletestrunner
#exampledirs=exampletests

[require]
packages=paszlib fcl-xml fcl-base
packages_darwin=univint

[compiler]
options=-S2h
sourcedir=src

[install]
fpcpackage=y

[default]
fpcdir=../..

[rules]
.NOTPARALLEL: