about summary refs log tree commit diff
path: root/src/dhcp/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/dhcp/tests/meson.build')
-rw-r--r--src/dhcp/tests/meson.build19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/dhcp/tests/meson.build b/src/dhcp/tests/meson.build
deleted file mode 100644
index 32badae8..00000000
--- a/src/dhcp/tests/meson.build
+++ /dev/null
@@ -1,19 +0,0 @@
-test_units = [
-  'test-dhcp-dhclient',
-  'test-dhcp-utils'
-]
-
-foreach test_unit: test_units
-  exe = executable(
-    test_unit,
-    test_unit + '.c',
-    dependencies: test_nm_dep,
-    c_args: '-DTESTDIR="@0@"'.format(meson.current_source_dir())
-  )
-
-  test(
-    'dhcp/' + test_unit,
-    test_script,
-    args: test_args + [exe.full_path()]
-  )
-endforeach