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:
parent
f072bc05f9
commit
6dee948a47
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user