Date: Wed, 15 Sep 2021 03:49:42 GMT From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: b7cbc2667706 - main - lang/gnu-cobol: hook the test suite to our framework. Message-ID: <202109150349.18F3ngMC001752@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=b7cbc26677067eb99224f9c48263b6170fdeb868 commit b7cbc26677067eb99224f9c48263b6170fdeb868 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-09-15 03:48:32 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-09-15 03:48:35 +0000 lang/gnu-cobol: hook the test suite to our framework. --- lang/gnu-cobol/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/gnu-cobol/Makefile b/lang/gnu-cobol/Makefile index cf80c265cb06..8add4f447b8a 100644 --- a/lang/gnu-cobol/Makefile +++ b/lang/gnu-cobol/Makefile @@ -17,6 +17,8 @@ LIB_DEPENDS= libgmp.so:math/gmp USES= bdb gmake libtool ncurses tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes +TEST_TARGET= check +TEST_ENV= TESTSUITEFLAGS=--jobs=${MAKE_JOBS_NUMBER} INFO= gnucobol DATADIR= ${PREFIX}/share/gnucobol
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109150349.18F3ngMC001752>