aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-11-20 16:25:20 +0200
committerAqua-sama <aqua@iserlohn-fortress.net>2020-11-20 20:52:47 +0200
commit4633d4648a048c16744117ac6d48098e47f6f214 (patch)
tree2e974c656ab8f26924e367a53d176d69f443e46d /lib
parentDrop args.hxx dependency (diff)
downloadsmolbote-4633d4648a048c16744117ac6d48098e47f6f214.tar.xz
Fix meson warnings
Update about dialog
Diffstat (limited to 'lib')
-rw-r--r--lib/session_formats/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/session_formats/meson.build b/lib/session_formats/meson.build
index 8996db6..d5680cb 100644
--- a/lib/session_formats/meson.build
+++ b/lib/session_formats/meson.build
@@ -3,7 +3,7 @@ lib_session_formats = declare_dependency(
link_with: static_library('sessionformats', [ 'session_json.cpp' ], include_directories: plugininterfaces_include, dependencies: dep_qt5)
)
-test('session: json format', executable('session_json',
+test('session-json format', executable('session_json',
sources: 'test/json.cpp',
dependencies: [ dep_qt5, dep_catch, lib_session_formats ]
))