diff options
author | Max Kellermann <max@duempel.org> | 2013-01-31 22:27:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-02-01 00:32:05 +0100 |
commit | e0c645a2707b12578d6e6a61c7cd6a6ec9541e00 (patch) | |
tree | ee5c914c730a62ed75ee874b0e6ba1ca77dafd94 /test/test_pcm_all.hxx | |
parent | e42734c3f3f669039f5e088371ab1ef8c7674bb5 (diff) | |
download | mpd-e0c645a2707b12578d6e6a61c7cd6a6ec9541e00.tar.gz mpd-e0c645a2707b12578d6e6a61c7cd6a6ec9541e00.tar.xz mpd-e0c645a2707b12578d6e6a61c7cd6a6ec9541e00.zip |
test/test_pcm: add unit tests for the PcmFormat library
Diffstat (limited to '')
-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 |