aboutsummaryrefslogtreecommitdiff
path: root/lib/libnv/tests/nv_tests.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* :nvlist_unpack__duplicate_key : check the result of nvlist_pack(3)Enji Cooper2017-05-291-0/+1
* Let the nv.h and dnv.h includes be only in sys directory.Mariusz Zaborski2015-07-021-1/+2
* Add test case for unpack with diffrent flags.Mariusz Zaborski2015-05-021-0/+35
* Approved, oprócz użycie RESTORE_ERRNO() do ustawiania errno.Mariusz Zaborski2015-05-021-3/+3
* Remove the use of nvlist_.*[fv] functions from tests.Mariusz Zaborski2015-04-291-24/+10
* Fix lib/libnv tests compilation with -std=c++11, by adding appropriateDimitry Andric2015-03-081-10/+10
* Fix build of nv_tests.ccRyan Stone2015-03-011-1776/+0
* Prevent creation of an invalid nvlistRyan Stone2015-03-011-0/+33
* Add function to force an nvlist into the error stateRyan Stone2015-03-011-0/+36
* Add tests for nvlist_free* functionsRyan Stone2015-03-011-0/+206
* Add tests for nvlist_take_*Ryan Stone2015-03-011-0/+292
* Add test cases for nvlist_move_*Ryan Stone2015-03-011-0/+82
* Add tests for nvlist_pack/unpackRyan Stone2015-03-011-0/+185
* Add tests for nvlist_cloneRyan Stone2015-03-011-0/+120
* Tests of basic nvlist add functionsRyan Stone2015-03-011-0/+2076