gtk2/testsuite/meson.build

10 lines
174 B
Meson
Raw Normal View History

if get_option('installed_tests')
error('installed tests haven\'t been ported to meson yet')
endif
subdir('gtk')
subdir('gdk')
subdir('css')
2019-04-13 09:51:03 +00:00
subdir('a11y')
2019-04-13 11:11:16 +00:00
subdir('tools')