NetworkManager/src/libnm-client-test
Michael Biebl 10e58f7c3c typo fix: allows to -> allows one to
Detected by lintian:

Example:
I: network-manager: typo-in-manual-page "allows to" "allows one to" [usr/share/man/man5/NetworkManager.conf.5.gz:1266]
2025-03-26 19:22:01 +01: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 typo fix: allows to -> allows one to 2025-03-26 19:22:01 +01: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.