mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-07 15:10:40 +02:00
21 lines
215 B
Makefile
21 lines
215 B
Makefile
#
|
|
# Makefile.fpc for Free Pascal testing utilities
|
|
#
|
|
|
|
[package]
|
|
name=testsuite
|
|
version=3.3.1
|
|
|
|
[require]
|
|
packages=fcl-base fcl-db
|
|
libc=y
|
|
|
|
[compiler]
|
|
unitdir=..
|
|
|
|
[target]
|
|
programs=testsuite
|
|
|
|
[default]
|
|
fpcdir=../../..
|