diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-04 19:43:52 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-04 20:14:27 +0000 |
commit | b8d895faf47afb8f3b31055e2ec2db8d0df5db23 (patch) | |
tree | a6c9df41ea75ba93dafad8215ca1085f559482df /usr.bin/gh-bc | |
parent | ded0d3d486eba766f613070de0ed12029a9a3816 (diff) | |
download | src-b8d895faf47afb8f3b31055e2ec2db8d0df5db23.tar.gz src-b8d895faf47afb8f3b31055e2ec2db8d0df5db23.zip |
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
Diffstat (limited to 'usr.bin/gh-bc')
-rw-r--r-- | usr.bin/gh-bc/Makefile | 4 |
1 files 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/.*://} |