Apply systemd-based dbus activation
[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            c_args: '-fPIE',
13            link_args: '-pie',
14            install: true,
15            install_dir: atspi_bindir)
16