Makefile.fpc 353 B

123456789101112131415161718192021222324
  1. #
  2. # Makefile.fpc for FCL FPCUnit test framework.
  3. #
  4. [package]
  5. main=fcl
  6. [target]
  7. units=testregistry testreport testdecorator ubmockobject xmlreporter \
  8. fpcunitreport latextestreport xmltestreport plaintestreport
  9. exampledirs=exampletests
  10. [compiler]
  11. options=-S2h
  12. targetdir=.
  13. [install]
  14. fpcpackage=y
  15. [default]
  16. fpcdir=../..
  17. [rules]
  18. .NOTPARALLEL: