Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Oct 2021 20:15:07 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b8d895faf47a - main - contrib/bc: re-enable tests after the import of version 5.1.0
Message-ID:  <202110042015.194KF7Rf032103@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/src/commit/?id=b8d895faf47afb8f3b31055e2ec2db8d0df5db23

commit b8d895faf47afb8f3b31055e2ec2db8d0df5db23
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-04 19:43:52 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-04 20:14:27 +0000

    contrib/bc: re-enable tests after the import of version 5.1.0
    
    The tests have been fixed to not write any data outside of the
    temporary work directory provided by the test framework.
    
    MFC after:      3 days
---
 usr.bin/gh-bc/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/usr.bin/gh-bc/Makefile b/usr.bin/gh-bc/Makefile
index e6e2f45aca73..e5f68b704d79 100644
--- a/usr.bin/gh-bc/Makefile
+++ b/usr.bin/gh-bc/Makefile
@@ -67,8 +67,8 @@ MAN_SRC_DC=	dc/A.1
 CFLAGS+=	-flto
 .endif
 
-#HAS_TESTS=
-#SUBDIR.${MK_TESTS}+= tests
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
 
 .for catalog in ${CATALOGS}
 NLS+=           ${catalog:C/.*://}



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