mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 20:19:26 +02:00

* create a file list of all test/t*.pp tests and pass it as response file to gparmake to overcome command line length limits git-svn-id: trunk@32548 -
5 lines
115 B
Makefile
5 lines
115 B
Makefile
FILES=$(sort $(wildcard $(addsuffix /t*.pp,$(TESTDIRS))))
|
|
$(foreach filename,$(FILES),$(info $(filename)))
|
|
|
|
all: ;
|