summaryrefslogtreecommitdiff
path: root/databases/php72-pdo_pgsql
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2018-07-24 08:44:32 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2018-07-24 08:44:32 +0000
commitb817a5b90ecda36f868b684f228214fafcab35ab (patch)
tree751612430d8a08dd5989d9992db1e4cabdd5ea9c /databases/php72-pdo_pgsql
parent- Update to 0.3.1 (diff)
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.
Diffstat (limited to 'databases/php72-pdo_pgsql')
-rw-r--r--databases/php72-pdo_pgsql/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/databases/php72-pdo_pgsql/Makefile b/databases/php72-pdo_pgsql/Makefile
index 00de102e7d34..3752ad682333 100644
--- a/databases/php72-pdo_pgsql/Makefile
+++ b/databases/php72-pdo_pgsql/Makefile
@@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72
PKGNAMESUFFIX= -pdo_pgsql
+TEST_TARGET= test
+
.include "${MASTERDIR}/Makefile"