Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 26 Sep 2021 05:46:28 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 464188f11e54 - main - lang/quickjs: Add test target
Message-ID:  <202109260546.18Q5kSrg097115@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=464188f11e5434c1b861143d68f9172694f2ae06

commit 464188f11e5434c1b861143d68f9172694f2ae06
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-24 18:59:53 +0000
Commit:     Yuri Victorovich <yuri@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109260546.18Q5kSrg097115>