gnome-control-center/tests/meson.build
Sebastian Keller 7f6dc4511f tests: Add test for keyboard shortcut normalization
This tests if the shortcuts generated from an event are in the format
that the shell expects.
2022-08-22 12:49:13 +00:00

11 lines
164 B
Meson

subdir('common')
#subdir('datetime')
if host_is_linux
subdir('network')
endif
subdir('interactive-panels')
subdir('printers')
subdir('info')
subdir('keyboard')