gtk2/testsuite/meson.build
Christoph Reiter 94555371f5 meson: print disabled backends in the final build summary
It's easy to miss what's not getting build otherwise
2019-06-17 17:50:42 +00:00

10 lines
174 B
Meson

if get_option('installed_tests')
error('installed tests haven\'t been ported to meson yet')
endif
subdir('gtk')
subdir('gdk')
subdir('css')
subdir('a11y')
subdir('tools')