gtk2/testsuite/performance/meson.build
Matthias Clasen 878f35515d Make the performance testcase more general
Reuse the performance test for layout and snapshot timings.
2020-01-22 00:59:04 -05:00

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