aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/php71-fileinfo/Makefile2
-rw-r--r--sysutils/php71-posix/Makefile2
-rw-r--r--sysutils/php72-fileinfo/Makefile2
-rw-r--r--sysutils/php72-posix/Makefile2
4 files changed, 8 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"
diff --git a/sysutils/php71-posix/Makefile b/sysutils/php71-posix/Makefile
index d2734136a02b..d9a039822936 100644
--- a/sysutils/php71-posix/Makefile
+++ b/sysutils/php71-posix/Makefile
@@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php71
PKGNAMESUFFIX= -posix
+TEST_TARGET= test
+
.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/php72-fileinfo/Makefile b/sysutils/php72-fileinfo/Makefile
index d423ff3e9c6b..3ca5305cd6e3 100644
--- a/sysutils/php72-fileinfo/Makefile
+++ b/sysutils/php72-fileinfo/Makefile
@@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72
PKGNAMESUFFIX= -fileinfo
+TEST_TARGET= test
+
.include "${MASTERDIR}/Makefile"
diff --git a/sysutils/php72-posix/Makefile b/sysutils/php72-posix/Makefile
index 02d5050d8073..5c0f9ad4ec67 100644
--- a/sysutils/php72-posix/Makefile
+++ b/sysutils/php72-posix/Makefile
@@ -6,4 +6,6 @@ MASTERDIR= ${.CURDIR}/../../lang/php72
PKGNAMESUFFIX= -posix
+TEST_TARGET= test
+
.include "${MASTERDIR}/Makefile"