NetworkManager/src/tests/config
Iñigo Martínez 5e16bcf268 meson: Improve dependency system
Some targets are missing dependencies on some generated sources in
the meson port. These makes the build to fail due to missing source
files on a highly parallelized build.

These dependencies have been resolved by taking advantage of meson's
internal dependencies which can be used to pass source files,
include directories, libraries and compiler flags.

One of such internal dependencies called `core_dep` was already in
use. However, in order to avoid any confusion with another new
internal dependency called `nm_core_dep`, which is used to include
directories and source files from the `libnm-core` directory, the
`core_dep` dependency has been renamed to `nm_dep`.

These changes have allowed minimizing the build details which are
inherited by using those dependencies. The parallelized build has
also been improved.
2018-01-10 12:20:17 +01:00
..
conf.d config: allow to enable/disable configuration snippets 2015-10-05 17:12:50 +02:00
bad.conf core: merge src/config, src/logging, src/posix-signals into src/ 2014-07-30 15:56:29 -04:00
global-dns-invalid.conf config: drop global-dns.enable option in favor of .config.enable 2015-10-05 17:12:50 +02:00
meson.build meson: Improve dependency system 2018-01-10 12:20:17 +01:00
NetworkManager.conf core: add support for reading global DNS configuration from keyfile 2015-10-01 09:05:08 +02:00
NetworkManager.state config: test reading and writing of state file 2016-04-07 17:57:25 +02:00
nm-test-device.c build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
nm-test-device.h build: don't add subdirectories to include search path but require qualified include 2016-11-21 14:26:37 +01:00
test-config.c tests: use NMTST_EXPECT*() macros 2018-01-08 12:38:54 +01:00