summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 83bb446..96e45dc 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -5,7 +5,7 @@ sources = files(
)
libdconf_mock = static_library(
- meson.project_name() + '-mock',
+ 'dconf-mock',
sources: sources,
dependencies: glib_dep
)