mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 00:30:09 +01:00
Fix parallel build error: | In file included from ../NetworkManager-1.36.0/src/libnm-client-test/nm-test-utils-impl.c:10: | ../NetworkManager-1.36.0/src/libnm-client-public/NetworkManager.h:47:10: fatal error: nm-enum-types.h: No such file or directory | 47 | #include "nm-enum-types.h" | | ^~~~~~~~~~~~~~~~~ Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Fixes: |
||
|---|---|---|
| .. | ||
| meson.build | ||
| nm-test-libnm-utils.h | ||
| nm-test-utils-impl.c | ||
| README.md | ||
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.