freebsd-dev/sbin/md5/tests/Makefile
Dag-Erling Smørgrav 4849767cb1 md5: Improve compatibility.
* Overhaul the GNU compatibility mode to more closely emulate what the GNU tools do.

* Add a Perl compatibility mode which emulates the shasum tool that ships with Perl.  This is currently not installed.

* Overhaul the tests.

Sponsored by:	Klara, Inc.
Reviewed by:	kevans
Differential Revision:	https://reviews.freebsd.org/D39446
2023-05-08 06:56:22 +00:00

10 lines
102 B
Makefile

# $FreeBSD$
.include <bsd.own.mk>
PACKAGE= tests
ATF_TESTS_SH+= md5_test
.include <bsd.test.mk>