mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-22 15:42:54 +00:00
More comments in test_fluid_zone_check_mod.c
This commit is contained in:
parent
0dfe7c18fe
commit
74c1699867
1 changed files with 11 additions and 2 deletions
|
@ -851,9 +851,13 @@ static int is_arg_num_test(char *arg, char *num_test)
|
|||
|
||||
/*
|
||||
Does all test:
|
||||
test of fluid_zone_check_mod() and
|
||||
test of fluid_linked_mod_test_identity()
|
||||
- test of fluid_zone_check_mod() and
|
||||
- test of fluid_linked_mod_test_identity().
|
||||
|
||||
Note: These tests display results on the console and are intended to be
|
||||
interpreted by a human reading the result.
|
||||
Unlike tests done in test_modulator_link.c, these tests aren't intended to
|
||||
do automatic tests using TEST_ASSERT.
|
||||
|
||||
The modulators have to be presented in tables for convenience.
|
||||
It is easy to add a test:
|
||||
|
@ -1061,6 +1065,11 @@ static int all_test_fluid_zone_check_mod(char *arg)
|
|||
The test does test identity between the first complex modulator
|
||||
found in mod_table0 and the first complex modulator found in mod_table1.
|
||||
|
||||
Note: These tests display results on the console and are intended to be
|
||||
interpreted by a human reading the result.
|
||||
Unlike tests done in test_modulator_link.c, these tests aren't intended to
|
||||
do automatic tests using TEST_ASSERT.
|
||||
|
||||
@param mod_table1, pointer on modulator table or NULL.
|
||||
@param count_mod1, count of modulators in mod_table1.
|
||||
@return FLUID_OK or FLUID_FAILED
|
||||
|
|
Loading…
Reference in a new issue