You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
478 B
Meson

test(
'TestFs',
executable(
'TestFs',
'TestGlob.cxx',
'TestLookupFile.cxx',
'TestPath.cxx',
include_directories: inc,
dependencies: [
fs_dep,
gtest_dep,
],
),
protocol: 'gtest',
)
test(
'TestParsePath',
executable(
'TestParsePath',
'TestParsePath.cxx',
'../../src/config/Path.cxx',
include_directories: inc,
dependencies: [
fmt_dep,
fs_dep,
gtest_dep,
],
),
protocol: 'gtest',
)