meson: port installed tests and reftests
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"
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
if get_option('installed_tests')
|
||||
error('installed tests haven\'t been ported to meson yet')
|
||||
endif
|
||||
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')
|
||||
|
||||
Reference in New Issue
Block a user