NetworkManager/src/libnm-client-test
Beniamino Galvani bb6881f88c format: run nm-code-format
Reformat with:

  clang-format version 19.1.0 (Fedora 19.1.0-1.fc41)

https://gitlab.freedesktop.org/NetworkManager/NetworkManager/-/merge_requests/2046
2024-10-04 11:07:35 +02:00
..
meson.build build/meson: add dependency libnm_client_public_dep for "libnm-client-test" 2022-05-04 09:07:46 +02:00
nm-test-libnm-utils.h format: reformat source tree with clang-format 13.0 2021-11-29 09:31:09 +00:00
nm-test-utils-impl.c format: run nm-code-format 2024-10-04 11:07:35 +02:00
README.md all: add some README.md files describing the purpose of our sources 2021-08-19 17:51:11 +02:00

libnm-client-test

A static helper library that is used by unit tests on top of libnm. Mostly it's D-Bus helpers.

It has no purpose in non-test code.

Unit tests may not dynamically link with libnm. They may also statically link with the relevant parts of libnm, and still be able to use this helper.