test/TestFs: move to test/fs/
This commit is contained in:
14
test/fs/meson.build
Normal file
14
test/fs/meson.build
Normal file
@@ -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')
|
||||||
|
Reference in New Issue
Block a user