diff options
| author | Ryan Stone <rstone@FreeBSD.org> | 2015-03-01 00:05:45 +0000 |
|---|---|---|
| committer | Ryan Stone <rstone@FreeBSD.org> | 2015-03-01 00:05:45 +0000 |
| commit | c58da4beb152065cc381b0ceeaa747b1351f2aa0 (patch) | |
| tree | 92d17c2207341c3afe63718efcc336aafeb82415 /lib/libnv/tests | |
| parent | 65d1148aa6cd5c9ef0b1f40ccaedaaf3f7a08e57 (diff) | |
Notes
Diffstat (limited to 'lib/libnv/tests')
| -rw-r--r-- | lib/libnv/tests/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libnv/tests/Makefile b/lib/libnv/tests/Makefile index a4fea79c30b79..6fe0c773c4e5b 100644 --- a/lib/libnv/tests/Makefile +++ b/lib/libnv/tests/Makefile @@ -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> |
