From 6dee948a47efdf002b5104ef4a8229cbe6e56b43 Mon Sep 17 00:00:00 2001 From: ngie Date: Mon, 16 Nov 2015 04:06:14 +0000 Subject: 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 --- lib/libcrypt/tests/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'lib/libcrypt') 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 + .include -- cgit v1.1