summaryrefslogtreecommitdiff
path: root/src/dhcp/tests/meson.build
diff options
context:
space:
mode:
authorBeniamino Galvani <bgalvani@redhat.com>2018-04-11 14:47:07 +0200
committerBeniamino Galvani <bgalvani@redhat.com>2018-04-12 09:21:10 +0200
commit0136915211449ce2057f2b136504493331865460 (patch)
treee77a39e1288d2181b04a3e0a6b1dddcb1e9a7591 /src/dhcp/tests/meson.build
parent0c39a02ce0d7a1acffd529cd86726e6438dd5c51 (diff)
downloadNetworkManager-0136915211449ce2057f2b136504493331865460.tar.gz
build: meson: add prefix to test names
There are multiple tests with the same in different directories; add a unique prefix to test names so that it is clear from the output which one is running.
Diffstat (limited to 'src/dhcp/tests/meson.build')
-rw-r--r--src/dhcp/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dhcp/tests/meson.build b/src/dhcp/tests/meson.build
index 533cde5eaa..32badae8bc 100644
--- a/src/dhcp/tests/meson.build
+++ b/src/dhcp/tests/meson.build
@@ -12,7 +12,7 @@ foreach test_unit: test_units
)
test(
- test_unit,
+ 'dhcp/' + test_unit,
test_script,
args: test_args + [exe.full_path()]
)