summary refs log tree commit diff
path: root/src/core/dnsmasq/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/dnsmasq/tests/meson.build')
-rw-r--r--src/core/dnsmasq/tests/meson.build16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/core/dnsmasq/tests/meson.build b/src/core/dnsmasq/tests/meson.build
new file mode 100644
index 00000000..565c18ad
--- /dev/null
+++ b/src/core/dnsmasq/tests/meson.build
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: LGPL-2.1-or-later
+
+test_unit = 'test-dnsmasq-utils'
+
+exe = executable(
+  test_unit,
+  test_unit + '.c',
+  dependencies: libNetworkManagerTest_dep,
+  c_args: test_c_flags,
+)
+
+test(
+  'dnsmasq/' + test_unit,
+  test_script,
+  args: test_args + [exe.full_path()],
+)