98bbc635e5
Differential Revision: https://reviews.freebsd.org/D1869 Reviewed by: jfv, pjd MFC after: 1 month Sponsored by: Sandvine Inc.
19 lines
312 B
Makefile
19 lines
312 B
Makefile
# $FreeBSD$
|
|
|
|
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
|
|
TAP_TESTS_C+= nvlist_get_test
|
|
TAP_TESTS_C+= nvlist_move_test
|
|
TAP_TESTS_C+= nvlist_send_recv_test
|
|
|
|
LIBADD+= nv
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.test.mk>
|