git: 464188f11e54 - main - lang/quickjs: Add test target
Yuri Victorovich
yuri at FreeBSD.org
Sun Sep 26 05:46:29 UTC 2021
The branch main has been updated by yuri:
URL: https://cgit.FreeBSD.org/ports/commit/?id=464188f11e5434c1b861143d68f9172694f2ae06
commit 464188f11e5434c1b861143d68f9172694f2ae06
Author: Yuri Victorovich <yuri at FreeBSD.org>
AuthorDate: 2021-09-24 18:59:53 +0000
Commit: Yuri Victorovich <yuri at FreeBSD.org>
CommitDate: 2021-09-26 05:45:18 +0000
lang/quickjs: Add test target
---
lang/quickjs/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/lang/quickjs/Makefile b/lang/quickjs/Makefile
index 3d8ac7bec851..3e98d9c3e755 100644
--- a/lang/quickjs/Makefile
+++ b/lang/quickjs/Makefile
@@ -13,6 +13,8 @@ USES= compiler:c11 gmake tar:xz
EXTRA_PATCHES= ${FILESDIR}/extra-${CHOSEN_COMPILER_TYPE}-patch-Makefile
+TEST_TARGET= test
+
.include <bsd.port.pre.mk>
.if ${CHOSEN_COMPILER_TYPE} == gcc
More information about the dev-commits-ports-all
mailing list