summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-16 04:06:14 +0000
committerngie <ngie@FreeBSD.org>2015-11-16 04:06:14 +0000
commit6dee948a47efdf002b5104ef4a8229cbe6e56b43 (patch)
treee5f160d09ebf36fd18153a7f5e249e343ed350b8
parentf072bc05f9bf61c4a45257c4eb32a55fefa10da8 (diff)
downloadFreeBSD-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
-rw-r--r--lib/libcrypt/tests/Makefile6
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>
OpenPOWER on IntegriCloud