git: b8d895faf47a - main - contrib/bc: re-enable tests after the import of version 5.1.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 04 Oct 2021 20:15:07 UTC
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/.*://}