mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-18 11:38:32 +02:00
Don't have the test recompile parts of the settings plugin. Instead, build one core library that is used both by the test and the settings plugin. Advantage: might save some compilation time, but more importantly: the test use the same object code then NetworkManager itself, avoiding different behavior due to compilation flags. |
||
|---|---|---|
| .. | ||
| tests | ||
| interface_parser.c | ||
| interface_parser.h | ||
| Makefile.am | ||
| nm-ifupdown-connection.c | ||
| nm-ifupdown-connection.h | ||
| parser.c | ||
| parser.h | ||
| plugin.c | ||
| plugin.h | ||