summaryrefslogtreecommitdiff
path: root/src/dnsmasq
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/dnsmasq
parent0c39a02ce0d7a1acffd529cd86726e6438dd5c51 (diff)
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/dnsmasq')
-rw-r--r--src/dnsmasq/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dnsmasq/tests/meson.build b/src/dnsmasq/tests/meson.build
index 5b4946d94b..40f42f6f80 100644
--- a/src/dnsmasq/tests/meson.build
+++ b/src/dnsmasq/tests/meson.build
@@ -8,7 +8,7 @@ exe = executable(
)
test(
- test_unit,
+ 'dnsmasq/' + test_unit,
test_script,
args: test_args + [exe.full_path()]
)