test/TestFs: move to test/fs/
This commit is contained in:
parent
2670bbdcc8
commit
0514f25c61
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',
|
||||
)
|
||||
|
||||
test(
|
||||
'TestFs',
|
||||
executable(
|
||||
'TestFs',
|
||||
'TestFs.cxx',
|
||||
'TestLookupFile.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
fs_dep,
|
||||
gtest_dep,
|
||||
],
|
||||
),
|
||||
protocol: 'gtest',
|
||||
)
|
||||
|
||||
test(
|
||||
'TestIcu',
|
||||
executable(
|
||||
@ -644,3 +629,5 @@ if alsa_dep.found()
|
||||
],
|
||||
)
|
||||
endif
|
||||
|
||||
subdir('fs')
|
||||
|
Loading…
Reference in New Issue
Block a user