From b7cbc26677067eb99224f9c48263b6170fdeb868 Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 15 Sep 2021 03:48:32 +0000 Subject: [PATCH] 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