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:
Enji Cooper 2015-11-16 04:06:14 +00:00
parent 38cad2971d
commit e514d4718a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290908

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>