about summary refs log tree commit diff
path: root/libnm-glib/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-glib/tests/meson.build')
-rw-r--r--libnm-glib/tests/meson.build30
1 files changed, 0 insertions, 30 deletions
diff --git a/libnm-glib/tests/meson.build b/libnm-glib/tests/meson.build
deleted file mode 100644
index de74f3b2..00000000
--- a/libnm-glib/tests/meson.build
+++ /dev/null
@@ -1,30 +0,0 @@
-deps = [
-  dbus_dep,
-  dbus_glib_dep,
-  libnm_glib_dep,
-  libnm_util_dep,
-  shared_nm_glib_aux_dep,
-]
-
-test_units = [
-  'test-nm-client',
-  'test-remote-settings-client',
-]
-
-foreach test_unit: test_units
-  exe = executable(
-    test_unit,
-    [test_unit + '.c'] + shared_nm_test_utils_impl_c,
-    dependencies: deps,
-    c_args:
-      common_cflags + [
-        '-DNETWORKMANAGER_COMPILATION_TEST',
-      ],
-  )
-
-  test(
-    'libnm-glib/' + test_unit,
-    test_script,
-    args: test_args + [exe.full_path()],
-  )
-endforeach