summary refs log tree commit diff
path: root/src/supplicant/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'src/supplicant/tests/meson.build')
-rw-r--r--src/supplicant/tests/meson.build14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/supplicant/tests/meson.build b/src/supplicant/tests/meson.build
deleted file mode 100644
index e6a86b20..00000000
--- a/src/supplicant/tests/meson.build
+++ /dev/null
@@ -1,14 +0,0 @@
-test_unit = 'test-supplicant-config'
-
-exe = executable(
-  test_unit,
-  test_unit + '.c',
-  dependencies: test_nm_dep,
-  c_args: '-DTEST_CERT_DIR="@0@"'.format(join_paths(meson.current_source_dir(), 'certs'))
-)
-
-test(
-  'supplicant/' + test_unit,
-  test_script,
-  args: test_args + [exe.full_path()]
-)