mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 16:49:17 +02:00
* test has own Makefile now
This commit is contained in:
parent
8b38902424
commit
eb37e39671
1199
api/test/Makefile
Normal file
1199
api/test/Makefile
Normal file
File diff suppressed because it is too large
Load Diff
@ -1 +0,0 @@
|
||||
TESTOBJECTS=testkbd testmous testmou2 testvid1 testvid2 testfsys testfctl testcall
|
13
api/test/Makefile.fpc
Normal file
13
api/test/Makefile.fpc
Normal file
@ -0,0 +1,13 @@
|
||||
#
|
||||
# Makefile.fpc for API Examples/Tests
|
||||
#
|
||||
|
||||
[targets]
|
||||
programs=testkbd testmous testmou2 testvid1 testvid2 testfsys testfctl testcall
|
||||
|
||||
[require]
|
||||
packages=api
|
||||
|
||||
[dirs]
|
||||
fpcdir=../..
|
||||
targetdir=.
|
Loading…
Reference in New Issue
Block a user