test/test_pcm: add unit tests for the PcmFormat library

This commit is contained in:
Max Kellermann
2013-01-31 22:27:53 +01:00
parent e42734c3f3
commit e0c645a270
4 changed files with 148 additions and 0 deletions

View File

@@ -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