Makefile.fpc 457 B

1234567891011121314151617181920212223242526272829
  1. #
  2. # Makefile.fpc for FCL FPCUnit test framework.
  3. #
  4. [package]
  5. name=fcl-fpcunit
  6. version=2.7.1
  7. [target]
  8. units=testregistry testreport testdecorator ubmockobject xmlreporter \
  9. fpcunitreport latextestreport xmltestreport plaintestreport fpcunit \
  10. testutils digesttestreport
  11. #exampledirs=exampletests
  12. [require]
  13. packages=paszlib fcl-xml
  14. [compiler]
  15. options=-S2h
  16. sourcedir=src
  17. [install]
  18. fpcpackage=y
  19. [default]
  20. fpcdir=../..
  21. [rules]
  22. .NOTPARALLEL: