|
@@ -3,9 +3,9 @@ project('qemu', ['c'], meson_version: '>=0.59.3',
|
|
'b_staticpic=false', 'stdsplit=false'],
|
|
'b_staticpic=false', 'stdsplit=false'],
|
|
version: files('VERSION'))
|
|
version: files('VERSION'))
|
|
|
|
|
|
-add_test_setup('quick', exclude_suites: ['block', 'slow', 'thorough'], is_default: true)
|
|
|
|
-add_test_setup('slow', exclude_suites: ['block', 'thorough'], env: ['G_TEST_SLOW=1', 'SPEED=slow'])
|
|
|
|
-add_test_setup('thorough', exclude_suites: ['block'], env: ['G_TEST_SLOW=1', 'SPEED=thorough'])
|
|
|
|
|
|
+add_test_setup('quick', exclude_suites: ['slow', 'thorough'], is_default: true)
|
|
|
|
+add_test_setup('slow', exclude_suites: ['thorough'], env: ['G_TEST_SLOW=1', 'SPEED=slow'])
|
|
|
|
+add_test_setup('thorough', env: ['G_TEST_SLOW=1', 'SPEED=thorough'])
|
|
|
|
|
|
not_found = dependency('', required: false)
|
|
not_found = dependency('', required: false)
|
|
keyval = import('keyval')
|
|
keyval = import('keyval')
|