Skip to content

Commit

Permalink
Add a test for issue 1424
Browse files Browse the repository at this point in the history
  • Loading branch information
derselbst committed Nov 9, 2024
1 parent b1a7910 commit 261fb31
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,17 @@ else()
VERBATIM
)

add_custom_target(render1424
COMMAND fluidsynth -R 0 -C 0 -g 1 -F ${IIR_FILTER_RENDER_DIR}/1424_clicks-on-ModEnv-FilterFc-change.${FEXT} 1424.mid echo_drops.sf2
COMMENT "Rendering testfile of issue 1424"
DEPENDS fluidsynth create_iir_dir
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/manual/iir_filter/1424_clicks-on-ModEnv-FilterFc-change/
VERBATIM
)

# Add a dependency so that rendering targets depends on check_manual
add_dependencies(check_manual render1415)
add_dependencies(check_manual render1417)
add_dependencies(check_manual render1424)

endif()
Binary file not shown.

0 comments on commit 261fb31

Please sign in to comment.