add libds-tizen-allocator-tbm tests
[platform/core/uifw/libds-tizen.git] / tests / meson.build
1 deps_test_common = [
2   deps_libds_tizen,
3   dependency('gmock', required: true),
4   dependency('wayland-client', required: true),
5 ]
6
7 tc_allocator_tbm_files = [
8   'tc_main.cpp',
9   'tc_allocator_tbm.cpp',
10 ]
11
12 executable('libds-tizen-allocator-tbm-tests',
13   tc_allocator_tbm_files,
14   dependencies: [
15     deps_test_common,
16     deps_libds_tizen_allocator_tbm,
17     dependency('libdrm', required: true),
18   ],
19   install_dir: libds_tizen_bindir,
20   install : true
21 )