forked from AuroraMiddleware/gtk
878f35515d
Reuse the performance test for layout and snapshot timings.
5 lines
193 B
Meson
5 lines
193 B
Meson
if get_option ('profiler')
|
|
test_performance = executable('test-performance', 'test-performance.c',
|
|
dependencies: [profiler_dep, platform_gio_dep, libm])
|
|
endif
|