svn commit: r279422 - head/lib/libnv/tests

Ryan Stone rstone at FreeBSD.org
Sun Mar 1 00:01:45 UTC 2015


Author: rstone
Date: Sun Mar  1 00:01:44 2015
New Revision: 279422
URL: https://svnweb.freebsd.org/changeset/base/279422

Log:
  Tests of basic nvlist add functions
  
  Differential Revision:		https://reviews.freebsd.org/D1869
  Reviewed by:			jfv, pjd
  MFC after:			1 month
  Sponsored by:			Sandvine Inc.

Modified:
  head/lib/libnv/tests/Makefile

Modified: head/lib/libnv/tests/Makefile
==============================================================================
--- head/lib/libnv/tests/Makefile	Sun Mar  1 00:01:36 2015	(r279421)
+++ head/lib/libnv/tests/Makefile	Sun Mar  1 00:01:44 2015	(r279422)
@@ -2,6 +2,8 @@
 
 TESTSDIR=	${TESTSBASE}/lib/libnv
 
+ATF_TESTS_CXX=	nv_tests
+
 TAP_TESTS_C+=	nvlist_add_test
 TAP_TESTS_C+=	nvlist_exists_test
 TAP_TESTS_C+=	nvlist_free_test
@@ -11,6 +13,6 @@ TAP_TESTS_C+=	nvlist_send_recv_test
 
 LIBADD+=	nv
 
-WARNS?=		6
+WARNS?=		3
 
 .include <bsd.test.mk>


More information about the svn-src-all mailing list