summaryrefslogtreecommitdiff
path: root/src/benchmarks/elementary/meson.build
blob: 206ea06e4b98384a354fa1fc6eea1b1d27fd56e3 (plain)
1
2
3
4
5
6
7
8
focus_widget_tree_bench = executable('focus_widget_tree_bench',
  'focus_widget_tree.c',
  dependencies: [elementary, ecore_input_evas],
)

benchmark('focus_widget_tree', focus_widget_tree_bench,
  args: ['5'],
)