test/TestFs: move to test/fs/
This commit is contained in:
parent
2670bbdcc8
commit
0514f25c61
|
@ -0,0 +1,14 @@
|
||||||
|
test(
|
||||||
|
'TestFs',
|
||||||
|
executable(
|
||||||
|
'TestFs',
|
||||||
|
'TestFs.cxx',
|
||||||
|
'TestLookupFile.cxx',
|
||||||
|
include_directories: inc,
|
||||||
|
dependencies: [
|
||||||
|
fs_dep,
|
||||||
|
gtest_dep,
|
||||||
|
],
|
||||||
|
),
|
||||||
|
protocol: 'gtest',
|
||||||
|
)
|
|
@ -85,21 +85,6 @@ test(
|
||||||
protocol: 'gtest',
|
protocol: 'gtest',
|
||||||
)
|
)
|
||||||
|
|
||||||
test(
|
|
||||||
'TestFs',
|
|
||||||
executable(
|
|
||||||
'TestFs',
|
|
||||||
'TestFs.cxx',
|
|
||||||
'TestLookupFile.cxx',
|
|
||||||
include_directories: inc,
|
|
||||||
dependencies: [
|
|
||||||
fs_dep,
|
|
||||||
gtest_dep,
|
|
||||||
],
|
|
||||||
),
|
|
||||||
protocol: 'gtest',
|
|
||||||
)
|
|
||||||
|
|
||||||
test(
|
test(
|
||||||
'TestIcu',
|
'TestIcu',
|
||||||
executable(
|
executable(
|
||||||
|
@ -644,3 +629,5 @@ if alsa_dep.found()
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
subdir('fs')
|
||||||
|
|
Loading…
Reference in New Issue