diff options
Diffstat (limited to 'src/supplicant/tests/meson.build')
| -rw-r--r-- | src/supplicant/tests/meson.build | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/supplicant/tests/meson.build b/src/supplicant/tests/meson.build deleted file mode 100644 index 63012d10..00000000 --- a/src/supplicant/tests/meson.build +++ /dev/null @@ -1,17 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1+ - -test_unit = 'test-supplicant-config' - -exe = executable( - test_unit, - test_unit + '.c', - dependencies: libnetwork_manager_test_dep, - c_args: test_c_flags, -) - -test( - 'supplicant/' + test_unit, - test_script, - args: test_args + [exe.full_path()], - timeout: default_test_timeout, -) |