test/test_pcm: add unit test for pcm_mix()

This commit is contained in:
Max Kellermann
2013-02-01 15:52:03 +01:00
parent ef99d6ce3d
commit a7a10d03c9
5 changed files with 119 additions and 0 deletions

View File

@@ -65,4 +65,16 @@ test_pcm_format_16_to_32();
void
test_pcm_format_float();
void
test_pcm_mix_8();
void
test_pcm_mix_16();
void
test_pcm_mix_24();
void
test_pcm_mix_32();
#endif