fpc/tests/createlst.mak
florian 38f3644b0b + response file support for gparmake
* 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 -
2015-11-28 20:37:28 +00:00

5 lines
115 B
Makefile

FILES=$(sort $(wildcard $(addsuffix /t*.pp,$(TESTDIRS))))
$(foreach filename,$(FILES),$(info $(filename)))
all: ;