summaryrefslogtreecommitdiff
path: root/test/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'test/meson.build')
-rw-r--r--test/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/meson.build b/test/meson.build
index c39d2ab7ac..a21230a4a8 100644
--- a/test/meson.build
+++ b/test/meson.build
@@ -140,7 +140,7 @@ if want_tests != 'false' and dmi_arches.contains(host_machine.cpu_family())
endif
foreach p : out.stdout().split()
- source = join_paths(project_source_root, p)
+ source = project_source_root / p
name = 'dmidecode_' + p.split('/')[-1].split('.')[0]
test(name,