fpc/tests/utils/Makefile.fpc
Jonas Maebe 252483ffd8 + support for running the testsuite in parallel. Note that only the "all"
target can be run in parallel, so "clean", "digest" and/or "dbdigest"
    have to be run in separate make invocations if you wish to use -j for
    running the testsuite

git-svn-id: trunk@21406 -
2012-05-28 09:14:56 +00:00

31 lines
428 B
Makefile

#
# Makefile.fpc for Free Pascal testing utilities
#
[install]
fpcpackage=y
[default]
fpcdir=../..
[require]
# We depend on the installed compiler with it's fpc.cfg
nortl=y
[target]
programs=dotest fptime fail testfail digest concat $(DBDIGEST)
programs_win32=prepup
programs_win64=prepup
programs_go32v2=prepup
[clean]
programs=dbdigest
[rules]
.NOTPARALLEL:
utils: all
utilsdb:
$(MAKE) utils DBDIGEST=dbdigest