Commit graph

11 commits

Author SHA1 Message Date
jjceresa
2afab29bab move printing functions to the proper file.
- move fluid_dump_linked_mod() to fluid_mod.c
- move fluid_print_voice_mod() to fluid_voice.c
2019-10-01 18:03:46 +02:00
jjceresa
6ce17ed648 Remove dest0_idx param in fluid_linked_branch_test_identity()
- This parameter was useful only with old recursive implementation
  of this function.
2019-10-01 16:40:38 +02:00
jjceresa
a87162746e add mod_idx param to fluid_dump_linked_mod() 2019-10-01 14:25:04 +02:00
jjceresa
74c1699867 More comments in test_fluid_zone_check_mod.c 2019-09-15 22:28:42 +02:00
jjceresa
0dfe7c18fe remove commented line 2019-09-15 03:52:47 +02:00
jjceresa
76d5c83743 Rename function, remove duplicate functions, add comments
- rename fluid_test_linked_mod_test_identity()  to
  fluid_linked_mod_dump_test_identity()
- make use of duplicate function fluid_dump_linked_mod() in
  fluid_desfont.c
- add comments
2019-09-15 00:42:42 +02:00
jjceresa
539d31bd4f add braces 2019-07-29 22:54:03 +02:00
jjceresa
07047039f7 Fix Travis CI build
- make use of fluid_dump_modulator() in fluid_mod.c
- make use of string literal for printf.
- allow test_fluid_zone_check_mod to be executed with no arguments.
- use of TEST_SUCCESS macro for each test.
- fix minor comments typos.
2019-07-29 17:16:00 +02:00
jjceresa
d752414342 Add comments in tests tables.
Fix Travis CI complaint.
Add return code FLUID_FAILED, FLUID_OK.
2019-07-29 00:50:12 +02:00
jjceresa
817661be52 fix comments 2019-07-28 03:52:12 +02:00
jjceresa
aefa4feaab add test of fluid_zone_check_mod() 2019-07-28 03:15:21 +02:00