summaryrefslogtreecommitdiffstats
path: root/tests/cksuite-all-addr.c
Commit message (Collapse)AuthorAgeFilesLines
* tests: add unit test for `nl_addr_parse("default", AF_INET6, &addr6)`Thomas Haller2024-02-021-0/+8
|
* all: cleanup includes and use "nm-default.h"Thomas Haller2023-08-021-0/+2
|
* tests: reformat unit test files with clang-formatThomas Haller2022-05-061-48/+51
|
* tests: cleanup creating test suitesThomas Haller2022-03-161-9/+9
|
* tests: refactor tests and add n-test-util helper libraryThomas Haller2022-03-161-0/+224
- we have "check-all.c" and "check-direct.c", which contains the main functions of the actual tests. On the other hand, the other "check-{addr,attr,ematch-tree-clone}.c" files only contained the test suites for "check-all.c". Rename the latter to have a separate name prefix. - rename "tests/util.h" to "tests/cksuite-all.h". It's really the header that declares all the suites. - add a "tests/nl-test-util.c" as a static helper library with test code.