testsuite: Use the cairo renderer for now

This commit is contained in:
Matthias Clasen 2017-10-17 17:35:28 +08:00
parent 8b63b180d3
commit 2a71a4382a

View File

@ -57,6 +57,7 @@ test_env.set('G_TEST_BUILDDIR', meson.current_build_dir())
test_env.set('G_ENABLE_DIAGNOSTIC', '0')
test_env.set('GIO_USE_VFS', 'local')
test_env.set('GSETTINGS_BACKEND', 'memory')
test_env.set('GSK_RENDERER', 'cairo')
test_cargs = []