2020-01-21 23:09:43 +00:00
|
|
|
if get_option ('profiler')
|
|
|
|
test_css_performance = executable('test-css-performance', 'test-css-performance.c',
|
|
|
|
dependencies: [profiler_dep, platform_gio_dep, libm])
|
2020-01-21 22:49:40 +00:00
|
|
|
|
2020-01-21 23:09:43 +00:00
|
|
|
test('performance', test_css_performance,
|
|
|
|
args: [ join_paths(meson.current_build_dir(), '../../../demos/widget-factory/gtk4-widget-factory') ],
|
|
|
|
env: [ 'GTK_THEME=Adwaita' ],
|
|
|
|
suite: [ 'css' ])
|
|
|
|
endif
|