123456789101112131415161718192021222324252627282930 |
- #
- # Makefile.fpc for FCL FPCUnit test framework.
- #
- [package]
- name=fcl-fpcunit
- version=3.3.1
- [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:
|