diff options
author | Max Kellermann <max@duempel.org> | 2013-02-01 15:52:03 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-02-01 15:52:03 +0100 |
commit | a7a10d03c9bf8b6398408edaeae64ffb35a83bb3 (patch) | |
tree | 11337371be33f82be3a523e3890fbfa4515a83a1 /test/test_pcm_all.hxx | |
parent | ef99d6ce3d9b82cb249ae08b390049a6f9cd9d56 (diff) |
test/test_pcm: add unit test for pcm_mix()
Diffstat (limited to 'test/test_pcm_all.hxx')
-rw-r--r-- | test/test_pcm_all.hxx | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/test_pcm_all.hxx b/test/test_pcm_all.hxx index 7159b4651..18202454b 100644 --- a/test/test_pcm_all.hxx +++ b/test/test_pcm_all.hxx @@ -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 |