svn commit: r279423 - head/lib/libnv/tests
Ryan Stone
rstone at FreeBSD.org
Sun Mar 1 00:05:46 UTC 2015
Author: rstone
Date: Sun Mar 1 00:05:45 2015
New Revision: 279423
URL: https://svnweb.freebsd.org/changeset/base/279423
Log:
Revert r279422. My "apply patch and commit" script wasn't adding
new files properly.
Pointy hat to: rstone
Modified:
head/lib/libnv/tests/Makefile
Modified: head/lib/libnv/tests/Makefile
==============================================================================
--- head/lib/libnv/tests/Makefile Sun Mar 1 00:01:44 2015 (r279422)
+++ head/lib/libnv/tests/Makefile Sun Mar 1 00:05:45 2015 (r279423)
@@ -2,8 +2,6 @@
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
@@ -13,6 +11,6 @@ TAP_TESTS_C+= nvlist_send_recv_test
LIBADD+= nv
-WARNS?= 3
+WARNS?= 6
.include <bsd.test.mk>
More information about the svn-src-all
mailing list