aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2021-09-24 18:59:53 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2021-09-26 05:45:18 +0000
commit464188f11e5434c1b861143d68f9172694f2ae06 (patch)
treeac924ac9a1621f20d42269ab55a681742b7fb575
parent88fbd0fd77f01c96867eb84131ffffd015dbf361 (diff)
downloadports-464188f11e5434c1b861143d68f9172694f2ae06.tar.gz
ports-464188f11e5434c1b861143d68f9172694f2ae06.zip
lang/quickjs: Add test target
-rw-r--r--lang/quickjs/Makefile2
1 files changed, 2 insertions, 0 deletions
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