From b817a5b90ecda36f868b684f228214fafcab35ab Mon Sep 17 00:00:00 2001 From: Torsten Zuehlsdorff 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. --- databases/php72-pdo_sqlite/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'databases/php72-pdo_sqlite') diff --git a/databases/php72-pdo_sqlite/Makefile b/databases/php72-pdo_sqlite/Makefile index 1e14f9add0bb..1b1fc4a08d35 100644 --- a/databases/php72-pdo_sqlite/Makefile +++ b/databases/php72-pdo_sqlite/Makefile @@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72 PKGNAMESUFFIX= -pdo_sqlite +TEST_TARGET= test + .include "${MASTERDIR}/Makefile" -- cgit v1.2.3