git: 1b4ac9066541 - main - sbin/md5: re-enable tests

Stefan Eßer se at FreeBSD.org
Fri Jun 25 10:44:57 UTC 2021


The branch main has been updated by se:

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

commit 1b4ac9066541372479ef8bd071ee205217a7e222
Author:     Stefan Eßer <se at FreeBSD.org>
AuthorDate: 2021-06-25 10:41:14 +0000
Commit:     Stefan Eßer <se at FreeBSD.org>
CommitDate: 2021-06-25 10:41:14 +0000

    sbin/md5: re-enable tests
    
    The directory for the tests was missing in BSD.tests.dist, causing
    build failures in "make distribute".
    
    Li-Wen Hsu fixed this issue in commit cb194afef50dc, allowing me to
    re-enable installation of the tests.
    
    MFC after:      3 days
---
 sbin/md5/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/sbin/md5/Makefile b/sbin/md5/Makefile
index 610ffe096385..e499967d23d5 100644
--- a/sbin/md5/Makefile
+++ b/sbin/md5/Makefile
@@ -58,9 +58,9 @@ LIBADD=	md
 CFLAGS+=-DHAVE_CAPSICUM
 .endif
 
-#.include <src.opts.mk>
-#
-#HAS_TESTS=
-#SUBDIR.${MK_TESTS}+= tests
+.include <src.opts.mk>
+
+HAS_TESTS=
+SUBDIR.${MK_TESTS}+= tests
 
 .include <bsd.prog.mk>


More information about the dev-commits-src-all mailing list