diff options
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 16157d76f..7159b4651 100644 --- a/test/test_pcm_all.hxx +++ b/test/test_pcm_all.hxx @@ -53,4 +53,16 @@ test_pcm_volume_32(); void test_pcm_volume_float(); +void +test_pcm_format_8_to_16(); + +void +test_pcm_format_16_to_24(); + +void +test_pcm_format_16_to_32(); + +void +test_pcm_format_float(); + #endif |