diff options
| author | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2020-04-11 21:28:04 +0200 |
| commit | 1e5977b62f896e844b548c3007ace9e1dfa7f9ed (patch) | |
| tree | 7a7416ed410e72b6200f3d860fd315ec11cc106b /shared/nm-utils/tests/meson.build | |
| parent | b012fa6e1d808e0736c009799c62d835cbfcc1dd (diff) | |
New upstream version 1.23.90 upstream/1.23.90
Diffstat (limited to 'shared/nm-utils/tests/meson.build')
| -rw-r--r-- | shared/nm-utils/tests/meson.build | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/shared/nm-utils/tests/meson.build b/shared/nm-utils/tests/meson.build deleted file mode 100644 index 1ee5efff..00000000 --- a/shared/nm-utils/tests/meson.build +++ /dev/null @@ -1,21 +0,0 @@ -test_unit = 'test-shared-general' - -c_flags = [ - '-DNETWORKMANAGER_COMPILATION_TEST', - '-DNETWORKMANAGER_COMPILATION=(NM_NETWORKMANAGER_COMPILATION_GLIB|NM_NETWORKMANAGER_COMPILATION_WITH_GLIB_I18N_PROG)', -] - -exe = executable( - test_unit, - test_unit + '.c', - c_args: c_flags, - dependencies: libnm_utils_base_dep, - link_with: libnm_systemd_logging_stub, -) - -test( - 'shared/nm-utils/' + test_unit, - test_script, - args: test_args + [exe.full_path()], - timeout: default_test_timeout, -) |