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.
This commit is contained in:
parent
da8c9a4fb0
commit
65d1148aa6
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user