test/meson.build: fix test() indent
This commit is contained in:
parent
54686dfd79
commit
3f2bc325a1
|
@ -41,7 +41,9 @@ executable(
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
test('TestRewindInputStream', executable(
|
test(
|
||||||
|
'TestRewindInputStream',
|
||||||
|
executable(
|
||||||
'TestRewindInputStream',
|
'TestRewindInputStream',
|
||||||
'TestRewindInputStream.cxx',
|
'TestRewindInputStream.cxx',
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
|
@ -49,9 +51,12 @@ test('TestRewindInputStream', executable(
|
||||||
input_glue_dep,
|
input_glue_dep,
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
test('test_mixramp', executable(
|
test(
|
||||||
|
'test_mixramp',
|
||||||
|
executable(
|
||||||
'test_mixramp',
|
'test_mixramp',
|
||||||
'test_mixramp.cxx',
|
'test_mixramp.cxx',
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
|
@ -60,9 +65,12 @@ test('test_mixramp', executable(
|
||||||
util_dep,
|
util_dep,
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
test('test_protocol', executable(
|
test(
|
||||||
|
'test_protocol',
|
||||||
|
executable(
|
||||||
'test_protocol',
|
'test_protocol',
|
||||||
'test_protocol.cxx',
|
'test_protocol.cxx',
|
||||||
'../src/protocol/ArgParser.cxx',
|
'../src/protocol/ArgParser.cxx',
|
||||||
|
@ -70,9 +78,12 @@ test('test_protocol', executable(
|
||||||
dependencies: [
|
dependencies: [
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
test('test_queue_priority', executable(
|
test(
|
||||||
|
'test_queue_priority',
|
||||||
|
executable(
|
||||||
'test_queue_priority',
|
'test_queue_priority',
|
||||||
'test_queue_priority.cxx',
|
'test_queue_priority.cxx',
|
||||||
'../src/queue/Queue.cxx',
|
'../src/queue/Queue.cxx',
|
||||||
|
@ -81,9 +92,12 @@ test('test_queue_priority', executable(
|
||||||
util_dep,
|
util_dep,
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
test('TestFs', executable(
|
test(
|
||||||
|
'TestFs',
|
||||||
|
executable(
|
||||||
'TestFs',
|
'TestFs',
|
||||||
'TestFs.cxx',
|
'TestFs.cxx',
|
||||||
'TestLookupFile.cxx',
|
'TestLookupFile.cxx',
|
||||||
|
@ -92,9 +106,12 @@ test('TestFs', executable(
|
||||||
fs_dep,
|
fs_dep,
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
test('TestIcu', executable(
|
test(
|
||||||
|
'TestIcu',
|
||||||
|
executable(
|
||||||
'TestIcu',
|
'TestIcu',
|
||||||
'TestIcu.cxx',
|
'TestIcu.cxx',
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
|
@ -103,7 +120,8 @@ test('TestIcu', executable(
|
||||||
icu_dep,
|
icu_dep,
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
if zeroconf_dep.found()
|
if zeroconf_dep.found()
|
||||||
executable(
|
executable(
|
||||||
|
@ -264,7 +282,9 @@ if enable_database
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
test('test_translate_song', executable(
|
test(
|
||||||
|
'test_translate_song',
|
||||||
|
executable(
|
||||||
'test_translate_song',
|
'test_translate_song',
|
||||||
'test_translate_song.cxx',
|
'test_translate_song.cxx',
|
||||||
'../src/playlist/PlaylistSong.cxx',
|
'../src/playlist/PlaylistSong.cxx',
|
||||||
|
@ -277,7 +297,8 @@ if enable_database
|
||||||
storage_glue_dep,
|
storage_glue_dep,
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -312,7 +333,9 @@ if curl_dep.found()
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
|
|
||||||
test('test_icy_parser', executable(
|
test(
|
||||||
|
'test_icy_parser',
|
||||||
|
executable(
|
||||||
'test_icy_parser',
|
'test_icy_parser',
|
||||||
'test_icy_parser.cxx',
|
'test_icy_parser.cxx',
|
||||||
include_directories: inc,
|
include_directories: inc,
|
||||||
|
@ -321,7 +344,8 @@ if curl_dep.found()
|
||||||
tag_dep,
|
tag_dep,
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
#
|
#
|
||||||
|
@ -475,7 +499,9 @@ endif
|
||||||
# Filter
|
# Filter
|
||||||
#
|
#
|
||||||
|
|
||||||
test('test_pcm', executable(
|
test(
|
||||||
|
'test_pcm',
|
||||||
|
executable(
|
||||||
'test_pcm',
|
'test_pcm',
|
||||||
'TestAudioFormat.cxx',
|
'TestAudioFormat.cxx',
|
||||||
'test_pcm_dither.cxx',
|
'test_pcm_dither.cxx',
|
||||||
|
@ -491,7 +517,8 @@ test('test_pcm', executable(
|
||||||
pcm_dep,
|
pcm_dep,
|
||||||
gtest_dep,
|
gtest_dep,
|
||||||
],
|
],
|
||||||
))
|
),
|
||||||
|
)
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'run_filter',
|
'run_filter',
|
||||||
|
|
Loading…
Reference in New Issue