test/meson.build: add section for filter tests

This commit is contained in:
Max Kellermann 2019-03-15 20:34:14 +01:00
parent cf66a60c60
commit 7a3e15d8e5

View File

@ -20,16 +20,6 @@ gtest_dep = declare_dependency(
subdir('net')
executable(
'ParseSongFilter',
'ParseSongFilter.cxx',
include_directories: inc,
dependencies: [
song_dep,
pcm_dep,
],
)
executable(
'read_conf',
'read_conf.cxx',
@ -211,6 +201,20 @@ if zlib_dep.found()
)
endif
#
# Filter
#
executable(
'ParseSongFilter',
'ParseSongFilter.cxx',
include_directories: inc,
dependencies: [
song_dep,
pcm_dep,
],
)
#
# Neighbor
#