Makefile.fpc.fpcmake 508 B

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