mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-30 16:01:51 +00:00
disable ctest verbose output
This commit is contained in:
parent
2cd2c40cd0
commit
9bbd676f4e
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ADD_FLUID_TEST(test_sfont_loading)
|
|||
|
||||
|
||||
add_custom_target(check
|
||||
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIG> --verbose --output-on-failure
|
||||
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIG> --output-on-failure
|
||||
DEPENDS
|
||||
test_sample_cache
|
||||
test_sfont_loading
|
||||
|
|
Loading…
Reference in a new issue