test/playlist: unit tests for the playlist plugins
Only "pls" for now.
This commit is contained in:
19
test/playlist/meson.build
Normal file
19
test/playlist/meson.build
Normal file
@@ -0,0 +1,19 @@
|
||||
test(
|
||||
'TestPlaylistPlugins',
|
||||
executable(
|
||||
'TestPlaylistPlugins',
|
||||
'PlaylistUtil.cxx',
|
||||
'TestPlsPlaylistPlugin.cxx',
|
||||
'../../src/SongSave.cxx',
|
||||
'../../src/TagSave.cxx',
|
||||
'../../src/TagFile.cxx',
|
||||
include_directories: inc,
|
||||
dependencies: [
|
||||
gtest_dep,
|
||||
playlist_glue_dep,
|
||||
archive_glue_dep,
|
||||
input_glue_dep,
|
||||
decoder_glue_dep,
|
||||
],
|
||||
),
|
||||
)
|
Reference in New Issue
Block a user