summaryrefslogtreecommitdiff
path: root/packages/fcl-fpcunit/Makefile.fpc.fpcmake
blob: a4f4da410a5cffe596f292c55ca565d85d3c9a52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
#   Makefile.fpc for FCL FPCUnit test framework.
#

[package]
name=fcl-fpcunit
version=3.0.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: