From 4827d6341c8195df448c86d232c0a643ba3aceaa Mon Sep 17 00:00:00 2001 From: tz Date: Tue, 24 Jul 2018 08:44:32 +0000 Subject: PHP 7.1 and PHP 7.2: add TEST_TARGET to all extensions 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. --- sysutils/php71-fileinfo/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sysutils/php71-fileinfo') diff --git a/sysutils/php71-fileinfo/Makefile b/sysutils/php71-fileinfo/Makefile index 557d54063c63..78fb5f5dc4a0 100644 --- a/sysutils/php71-fileinfo/Makefile +++ b/sysutils/php71-fileinfo/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71 PKGNAMESUFFIX= -fileinfo +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" -- cgit