summaryrefslogtreecommitdiffstats
path: root/tests/cksuite-all-netns.c
Commit message (Collapse)AuthorAgeFilesLines
* include: use <linux/$file> instead of <linux-private/linux/$file>Thomas Haller2023-08-081-1/+1
| | | | | | As we now copy all linux headers, and we have include/linux-private in our include search path, just include the linux headers as we commonly do.
* include: don't explicitly include headers from "nl-default.h"Thomas Haller2023-08-031-3/+0
|
* include: include private linux headers with explicit pathThomas Haller2023-08-031-1/+1
| | | | | | | We have copies of the linux headers in include/linux-private. For those files, include the copies explicitly. No practice there is no difference, since we build with :-Ilinux-private".
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-3/+5
|
* base: move "netlink-private/utils.h" to "base/nl-base-utils.h"Thomas Haller2023-07-311-1/+1
| | | | | | | | | | "base/nl-base-utils.h" (formerly "netlink-private/utils.h") contains no libnl3 specific references, just a bunch of C helpers. It's also a header-only "library", so it can be freely used by all our C-code. Move it to a separate directory, to make that clear.
* tests: add unit tests for creating linksThomas Haller2022-05-091-0/+213
| | | | | | Based-on-patch-by: Susant Sahani <susant@redhat.com> https://src.fedoraproject.org/rpms/libnl3/pull-request/4
* tests: add test utilsThomas Haller2022-05-091-4/+5
|
* tests: add unit test for nl_object_clone() and nl_object_diff()Thomas Haller2022-03-161-2/+86
|
* tests: add new "netns" test suiteThomas Haller2022-03-161-0/+21
This suite has fixture/teardown which creates a new netns for the test. No tests implemented yet.