about summary refs log tree commit diff
path: root/clients/common/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'clients/common/tests/meson.build')
-rw-r--r--clients/common/tests/meson.build23
1 files changed, 0 insertions, 23 deletions
diff --git a/clients/common/tests/meson.build b/clients/common/tests/meson.build
deleted file mode 100644
index cc357cdc..00000000
--- a/clients/common/tests/meson.build
+++ /dev/null
@@ -1,23 +0,0 @@
-test_unit = 'test-general'
-
-deps = [
-  libnm_dep,
-  libnmc_dep,
-  libnmc_base_dep,
-  nm_core_dep
-]
-
-exe = executable(
-  'clients-' + test_unit,
-  test_unit + '.c',
-  dependencies: deps,
-  c_args: clients_cflags + [
-    '-DNETWORKMANAGER_COMPILATION_TEST',
-  ],
-)
-
-test(
-  'clients/' + test_unit,
-  test_script,
-  args: test_args + [exe.full_path()]
-)