mpd/test/fs/meson.build

16 lines
228 B
Meson
Raw Normal View History

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