git: b7cbc2667706 - main - lang/gnu-cobol: hook the test suite to our framework.
Alexey Dokuchaev
danfe at FreeBSD.org
Wed Sep 15 03:49:42 UTC 2021
The branch main has been updated by danfe:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b7cbc26677067eb99224f9c48263b6170fdeb868
commit b7cbc26677067eb99224f9c48263b6170fdeb868
Author: Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-09-15 03:48:32 +0000
Commit: Alexey Dokuchaev <danfe at 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
More information about the dev-commits-ports-all
mailing list