Merge upstream branch 2.31.1 into branch origin/tizen
[platform/upstream/at-spi2-core.git] / test / meson.build
1 test('memory',
2      executable('memory', 'memory.c',
3                 include_directories: root_inc,
4                 dependencies: [ atspi_dep ]))
5
6 at_spi2_tool_sources = [ 
7   'at_spi2_tool.c'
8 ]
9
10 executable('at_spi2_tool', at_spi2_tool_sources,
11            dependencies: [ atspi_dep, gio_dep ],
12            install: true,
13            install_dir: atspi_libexecdir)
14