test/TestSongFilter: unit test for song filters

A few of those tests fail due to bugs.
This commit is contained in:
Max Kellermann
2019-03-15 20:34:52 +01:00
parent 7a3e15d8e5
commit 52ce39dc3e
2 changed files with 176 additions and 0 deletions

View File

@@ -215,6 +215,19 @@ executable(
],
)
test(
'TestSongFilter',
executable(
'TestSongFilter',
'TestTagSongFilter.cxx',
include_directories: inc,
dependencies: [
song_dep,
gtest_dep,
],
)
)
#
# Neighbor
#