mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-12-02 17:12:15 +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
|
add_custom_target(check
|
||||||
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIG> --verbose --output-on-failure
|
COMMAND ${CMAKE_CTEST_COMMAND} -C $<CONFIG> --output-on-failure
|
||||||
DEPENDS
|
DEPENDS
|
||||||
test_sample_cache
|
test_sample_cache
|
||||||
test_sfont_loading
|
test_sfont_loading
|
||||||
|
|
Loading…
Reference in a new issue