forked from AuroraMiddleware/gtk
3c2b5cda74
I couldn't get all reftests to work reliably, so the tests failing on either CI or on my machine are skipped for now. Installed tests are disabled by default and can be enabled with "-Dinstalled_tests=true"
11 lines
313 B
Meson
11 lines
313 B
Meson
gtk_libexecdir = join_paths(gtk_prefix, get_option('libexecdir'))
|
|
installed_test_bindir = join_paths(gtk_libexecdir, 'installed-tests', 'gtk+')
|
|
installed_test_datadir = join_paths(gtk_datadir, 'installed-tests', 'gtk+')
|
|
|
|
subdir('gtk')
|
|
subdir('gdk')
|
|
subdir('css')
|
|
subdir('a11y')
|
|
subdir('tools')
|
|
subdir('reftests')
|