3d1b7ccbd3
Differential Revision: https://reviews.freebsd.org/D1875 Reviewed by: jfv, pjd MFC after: 1 month Sponsored by: Sandvine Inc.
21 lines
330 B
Makefile
21 lines
330 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/lib/libnv
|
|
|
|
ATF_TESTS_CXX= \
|
|
dnv_tests \
|
|
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>
|