aboutsummaryrefslogtreecommitdiff
path: root/test/test_pcm_all.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-31 22:27:53 +0100
committerMax Kellermann <max@duempel.org>2013-02-01 00:32:05 +0100
commite0c645a2707b12578d6e6a61c7cd6a6ec9541e00 (patch)
treeee5c914c730a62ed75ee874b0e6ba1ca77dafd94 /test/test_pcm_all.hxx
parente42734c3f3f669039f5e088371ab1ef8c7674bb5 (diff)
test/test_pcm: add unit tests for the PcmFormat library
Diffstat (limited to 'test/test_pcm_all.hxx')
-rw-r--r--test/test_pcm_all.hxx12
1 files changed, 12 insertions, 0 deletions
diff --git a/test/test_pcm_all.hxx b/test/test_pcm_all.hxx
index 16157d76..7159b465 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