test/meson.build: add section for filter tests
This commit is contained in:
		@@ -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
 | 
			
		||||
#
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user