2022-07-14 17:55:58 +02:00
|
|
|
test(
|
|
|
|
'TestFs',
|
|
|
|
executable(
|
|
|
|
'TestFs',
|
2022-07-14 17:56:56 +02:00
|
|
|
'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',
|
|
|
|
)
|