Integrate contrib/netbsd-tests/lib/libcrypt/t_crypt.c in to the FreeBSD

test suite as lib/libcrypt/crypt_test

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
ngie 2015-11-16 04:06:14 +00:00
parent f072bc05f9
commit 6dee948a47

View File

@ -1,10 +1,12 @@
# $FreeBSD$
# exercise libcrypt
ATF_TESTS_C+= crypt_tests
ATF_TESTS_C= crypt_tests
NETBSD_ATF_TESTS_C+= crypt_test
CFLAGS+= -I${.CURDIR:H}
LIBADD= crypt
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>