fpc/fcl/fpcunit/Makefile.fpc

21 lines
284 B
Makefile

#
# Makefile.fpc for FCL FPCUnit test framework.
#
[package]
main=fcl
[target]
units=fpcunit testregistry testreport testutils testdecorator ubmockobject
exampledirs=exampletests
[compiler]
options=-S2h
targetdir=../$(OS_TARGET)
[install]
fpcpackage=y
[default]
fpcdir=../..