diff options
author | ngie <ngie@FreeBSD.org> | 2015-11-16 04:06:14 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2015-11-16 04:06:14 +0000 |
commit | 6dee948a47efdf002b5104ef4a8229cbe6e56b43 (patch) | |
tree | e5f160d09ebf36fd18153a7f5e249e343ed350b8 /lib/libcrypt | |
parent | f072bc05f9bf61c4a45257c4eb32a55fefa10da8 (diff) | |
download | FreeBSD-src-6dee948a47efdf002b5104ef4a8229cbe6e56b43.zip FreeBSD-src-6dee948a47efdf002b5104ef4a8229cbe6e56b43.tar.gz |
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
Diffstat (limited to 'lib/libcrypt')
-rw-r--r-- | lib/libcrypt/tests/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libcrypt/tests/Makefile b/lib/libcrypt/tests/Makefile index 2591a3b..15798b2 100644 --- a/lib/libcrypt/tests/Makefile +++ b/lib/libcrypt/tests/Makefile @@ -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> |