Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tests: add unit test for `nl_addr_parse("default", AF_INET6, &addr6)` | Thomas Haller | 2024-02-02 | 1 | -0/+8 |
| | |||||
* | all: cleanup includes and use "nm-default.h" | Thomas Haller | 2023-08-02 | 1 | -0/+2 |
| | |||||
* | tests: reformat unit test files with clang-format | Thomas Haller | 2022-05-06 | 1 | -48/+51 |
| | |||||
* | tests: cleanup creating test suites | Thomas Haller | 2022-03-16 | 1 | -9/+9 |
| | |||||
* | tests: refactor tests and add n-test-util helper library | Thomas Haller | 2022-03-16 | 1 | -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. |