b2d48be1bc
netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
20 lines
314 B
Makefile
20 lines
314 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_CXX= \
|
|
dnv_tests \
|
|
nv_array_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>
|