score-back/tests/meson.build
2026-01-26 00:24:43 +03:00

12 lines
246 B
Meson

test_sources = files(
'test_rpc.cpp',
'test_integration.cpp',
'test_cli.cpp'
)
test_exe = executable('unit_tests',
test_sources,
dependencies : [cloud_point_rpc_dep, gtest_dep, gtest_main_dep, gmock_dep])
test('unit_tests', test_exe)