b817a5b90e
This enables "make test" in every extension and eases the test of changes to PHP. I did ignore PHP 7.0 intentionally since it only receives security updates and will EOL at the end of the year. Therefore no great amount of work is expected for 7.0.
12 lines
156 B
Makefile
12 lines
156 B
Makefile
# $FreeBSD$
|
|
|
|
CATEGORIES= converters
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/php72
|
|
|
|
PKGNAMESUFFIX= -recode
|
|
|
|
TEST_TARGET= test
|
|
|
|
.include "${MASTERDIR}/Makefile"
|