mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-28 19:10:09 +01:00
We already have "libnm-core/tests/test-keyfile.c" from which we build "test-keyfile". Our test binaries should be named the following: - "*/tests/test-*" - the test binary "*/tests/test-*" should be build from a source file "*/tests/test-*.c". Meaning: the source's and executable's name should correspond. - test binaries should be named uniquely. Also, because older meson versions don't like having the same binary name more than once. Rename to avoid the duplicate name. |
||
|---|---|---|
| .. | ||
| tests | ||
| nms-keyfile-connection.c | ||
| nms-keyfile-connection.h | ||
| nms-keyfile-plugin.c | ||
| nms-keyfile-plugin.h | ||
| nms-keyfile-reader.c | ||
| nms-keyfile-reader.h | ||
| nms-keyfile-utils.c | ||
| nms-keyfile-utils.h | ||
| nms-keyfile-writer.c | ||
| nms-keyfile-writer.h | ||