summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2022-12-16 19:21:27 +0100
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2023-01-17 21:08:48 +0100
commitd4088e7f2a0f0d30050d3714516844136425c38e (patch)
tree599cb21c9d53b45ac989bf1217911ee433a7867d /gio/tests/meson.build
parent6efbc7c6246e2b075488d2395fa519ad5ae7b1f5 (diff)
downloadglib-d4088e7f2a0f0d30050d3714516844136425c38e.tar.gz
gio: Use 'cpp' suite for C++ tests
That's what we use for all the tests, so be consistent.
Diffstat (limited to 'gio/tests/meson.build')
-rw-r--r--gio/tests/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index e0bcc7c72..de5b80d72 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -146,7 +146,7 @@ if have_cxx
'cxx' : {
'protocol': 'exitcode',
'source' : ['cxx.cpp'],
- 'suite': ['C++'],
+ 'suite': ['cpp'],
},
}