123456789101112131415161718192021222324 |
- #
- # Makefile.fpc for FCL FPCUnit test framework.
- #
- [package]
- main=fcl
- [target]
- units=testregistry testreport testdecorator ubmockobject xmlreporter \
- fpcunitreport latextestreport xmltestreport plaintestreport
- exampledirs=exampletests
- [compiler]
- options=-S2h
- targetdir=.
- [install]
- fpcpackage=y
- [default]
- fpcdir=../..
- [rules]
- .NOTPARALLEL:
|