mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-04-07 16:21:18 +00:00
test_sfont_loading: update unit test purpose
This commit is contained in:
parent
36881f4ba8
commit
88606f1538
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@
|
|||
#include "utils/fluidsynth_priv.h"
|
||||
|
||||
|
||||
// this test aims to make sure that sample data used by multiple synths is not freed
|
||||
// once unloaded by its parent synth
|
||||
// this tests the soundfont loading API of the synth.
|
||||
// might be expanded to test the soundfont loader as well...
|
||||
int main(void)
|
||||
{
|
||||
int id;
|
||||
|
|
Loading…
Reference in a new issue