mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-04 09:40:19 +00:00
9 lines
116 B
Meson
9 lines
116 B
Meson
|
|
|
|
test_text = executable(
|
|
'a11y_test_text',
|
|
'text.c',
|
|
dependencies: libgtk_dep
|
|
)
|
|
test('a11y/text', test_text)
|