svn commit: r269603 - in head: etc/mtree lib/libnv lib/libnv/tests tools/regression/lib/libnv

Antoine Brodin antoine at freebsd.org
Sun Sep 7 18:57:19 UTC 2014


On Tue, Aug 5, 2014 at 8:41 PM, Garrett Cooper <ngie at freebsd.org> wrote:
> Author: ngie
> Date: Tue Aug  5 18:41:27 2014
> New Revision: 269603
> URL: http://svnweb.freebsd.org/changeset/base/269603
>
> Log:
>   Integrate lib/libnv into the build/kyua
>
>   Rename all of the TAP test applications from <test> to <test>_test
>   to match the convention described in the TestSuite wiki page
>
>   Phabric: D538
>   Approved by: jmmv (mentor)
>   Sponsored by: EMC / Isilon Storage Division
>
> Added:
>   head/lib/libnv/tests/
>   head/lib/libnv/tests/Makefile   (contents, props changed)
>   head/lib/libnv/tests/nvlist_add_test.c
>      - copied unchanged from r269562, head/tools/regression/lib/libnv/nvlist_add.c
>   head/lib/libnv/tests/nvlist_exists_test.c
>      - copied unchanged from r269545, head/tools/regression/lib/libnv/nvlist_exists.c
>   head/lib/libnv/tests/nvlist_free_test.c
>      - copied unchanged from r269545, head/tools/regression/lib/libnv/nvlist_free.c
>   head/lib/libnv/tests/nvlist_get_test.c
>      - copied unchanged from r269545, head/tools/regression/lib/libnv/nvlist_get.c
>   head/lib/libnv/tests/nvlist_move_test.c
>      - copied unchanged from r269545, head/tools/regression/lib/libnv/nvlist_move.c
>   head/lib/libnv/tests/nvlist_send_recv_test.c
>      - copied unchanged from r269545, head/tools/regression/lib/libnv/nvlist_send_recv.c
> Deleted:
>   head/tools/regression/lib/libnv/
> Modified:
>   head/etc/mtree/BSD.tests.dist
>   head/lib/libnv/Makefile

Hi,

It seems that after this commit libnv moved from /lib to /usr/lib.

Cheers,

Antoine


More information about the svn-src-all mailing list