svn commit: r290908 - head/lib/libcrypt/tests

Garrett Cooper ngie at FreeBSD.org
Mon Nov 16 04:06:16 UTC 2015


Author: ngie
Date: Mon Nov 16 04:06:14 2015
New Revision: 290908
URL: https://svnweb.freebsd.org/changeset/base/290908

Log:
  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

Modified:
  head/lib/libcrypt/tests/Makefile

Modified: head/lib/libcrypt/tests/Makefile
==============================================================================
--- head/lib/libcrypt/tests/Makefile	Mon Nov 16 04:04:05 2015	(r290907)
+++ head/lib/libcrypt/tests/Makefile	Mon Nov 16 04:06:14 2015	(r290908)
@@ -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>


More information about the svn-src-all mailing list