test/meson.build: add section for filter tests
This commit is contained in:
parent
cf66a60c60
commit
7a3e15d8e5
@ -20,16 +20,6 @@ gtest_dep = declare_dependency(
|
|||||||
|
|
||||||
subdir('net')
|
subdir('net')
|
||||||
|
|
||||||
executable(
|
|
||||||
'ParseSongFilter',
|
|
||||||
'ParseSongFilter.cxx',
|
|
||||||
include_directories: inc,
|
|
||||||
dependencies: [
|
|
||||||
song_dep,
|
|
||||||
pcm_dep,
|
|
||||||
],
|
|
||||||
)
|
|
||||||
|
|
||||||
executable(
|
executable(
|
||||||
'read_conf',
|
'read_conf',
|
||||||
'read_conf.cxx',
|
'read_conf.cxx',
|
||||||
@ -211,6 +201,20 @@ if zlib_dep.found()
|
|||||||
)
|
)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
#
|
||||||
|
# Filter
|
||||||
|
#
|
||||||
|
|
||||||
|
executable(
|
||||||
|
'ParseSongFilter',
|
||||||
|
'ParseSongFilter.cxx',
|
||||||
|
include_directories: inc,
|
||||||
|
dependencies: [
|
||||||
|
song_dep,
|
||||||
|
pcm_dep,
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
#
|
#
|
||||||
# Neighbor
|
# Neighbor
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user