mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 04:39:34 +02:00
31 lines
508 B
Makefile
31 lines
508 B
Makefile
#
|
|
# 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:
|