mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-06-02 16:48:22 +02:00
These tests cannot (easily) be under "shared/nm-libnm-core-aux/tests" because libnm/libnm-core requires code under shared while "nm-libnm-core-aux" requires libnm/libnm-core. With autotools that is not problem, but with meson we include sub directories in a particular order and there is no way to foward declare stuff (AFAIK). To avoid the circular dependency, add the tests to "clients/common/tests", which is always built last. |
||
|---|---|---|
| .. | ||
| meson.build | ||
| test-general.c | ||
| test-libnm-core-aux.c | ||
| wg-test0.conf | ||
| wg-test1.conf | ||
| wg-test2.conf | ||
| wg-test3.conf | ||