Commit 7a3e15d8 authored by Max Kellermann's avatar Max Kellermann

test/meson.build: add section for filter tests

parent cf66a60c
...@@ -21,16 +21,6 @@ gtest_dep = declare_dependency( ...@@ -21,16 +21,6 @@ gtest_dep = declare_dependency(
subdir('net') subdir('net')
executable( executable(
'ParseSongFilter',
'ParseSongFilter.cxx',
include_directories: inc,
dependencies: [
song_dep,
pcm_dep,
],
)
executable(
'read_conf', 'read_conf',
'read_conf.cxx', 'read_conf.cxx',
'../src/Log.cxx', '../src/Log.cxx',
...@@ -212,6 +202,20 @@ if zlib_dep.found() ...@@ -212,6 +202,20 @@ if zlib_dep.found()
endif endif
# #
# Filter
#
executable(
'ParseSongFilter',
'ParseSongFilter.cxx',
include_directories: inc,
dependencies: [
song_dep,
pcm_dep,
],
)
#
# Neighbor # Neighbor
# #
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment