mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +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"
|
#include "utils/fluidsynth_priv.h"
|
||||||
|
|
||||||
|
|
||||||
// this test aims to make sure that sample data used by multiple synths is not freed
|
// this tests the soundfont loading API of the synth.
|
||||||
// once unloaded by its parent synth
|
// might be expanded to test the soundfont loader as well...
|
||||||
int main(void)
|
int main(void)
|
||||||
{
|
{
|
||||||
int id;
|
int id;
|
||||||
|
|
Loading…
Reference in a new issue