mpd/test/fs/meson.build

15 lines
206 B
Meson
Raw Normal View History

2022-07-14 17:55:58 +02:00
test(
'TestFs',
executable(
'TestFs',
'TestFs.cxx',
'TestLookupFile.cxx',
include_directories: inc,
dependencies: [
fs_dep,
gtest_dep,
],
),
protocol: 'gtest',
)