mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert r279422. My "apply patch and commit" script wasn't adding
new files properly. Pointy hat to: rstone
This commit is contained in:
parent
65d1148aa6
commit
c58da4beb1
1 changed files with 1 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue