summaryrefslogtreecommitdiff
path: root/gio/tests/meson.build
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-11-11 00:49:20 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2022-12-09 10:45:21 +0000
commit191e89878d3445356cb10e02a8d47b646b134751 (patch)
tree3f9f91699d52511de8cca73f5a97c0f66b145542 /gio/tests/meson.build
parentc0eef5e22689cdf8bc66ce0db64309ee01684a83 (diff)
downloadglib-191e89878d3445356cb10e02a8d47b646b134751.tar.gz
tests: Add basic GApplicationCommandLine unit tests
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
Diffstat (limited to 'gio/tests/meson.build')
-rw-r--r--gio/tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index c7fd4ed8e..fc249f14b 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -48,6 +48,7 @@ endif
# Test programs buildable on all platforms
gio_tests = {
+ 'application-command-line': {},
'appmonitor' : {
# FIXME: https://gitlab.gnome.org/GNOME/glib/-/issues/1392
'can_fail' : host_system == 'darwin',