aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/php71-fileinfo
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2018-07-24 16:44:32 +0800
committertz <tz@FreeBSD.org>2018-07-24 16:44:32 +0800
commit4827d6341c8195df448c86d232c0a643ba3aceaa (patch)
tree751612430d8a08dd5989d9992db1e4cabdd5ea9c /sysutils/php71-fileinfo
parent4494d7dc520498523a4d72377b421a7319f42162 (diff)
downloadfreebsd-ports-gnome-4827d6341c8195df448c86d232c0a643ba3aceaa.tar.gz
freebsd-ports-gnome-4827d6341c8195df448c86d232c0a643ba3aceaa.tar.zst
freebsd-ports-gnome-4827d6341c8195df448c86d232c0a643ba3aceaa.zip
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 'sysutils/php71-fileinfo')
-rw-r--r--sysutils/php71-fileinfo/Makefile2
1 files changed, 2 insertions, 0 deletions
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"