From 6dd70926faa3b5f920e9bcf9d2201425a0ac225f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 9 Jul 2012 23:11:40 +0200 Subject: test/test_pcm: add pcm_volume tests --- test/test_pcm_main.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'test/test_pcm_main.c') diff --git a/test/test_pcm_main.c b/test/test_pcm_main.c index 43a849836..a483baaab 100644 --- a/test/test_pcm_main.c +++ b/test/test_pcm_main.c @@ -32,5 +32,11 @@ main(int argc, char **argv) g_test_add_func("/pcm/channels/16", test_pcm_channels_16); g_test_add_func("/pcm/channels/32", test_pcm_channels_32); + g_test_add_func("/pcm/volume/8", test_pcm_volume_8); + g_test_add_func("/pcm/volume/16", test_pcm_volume_16); + g_test_add_func("/pcm/volume/24", test_pcm_volume_24); + g_test_add_func("/pcm/volume/32", test_pcm_volume_32); + g_test_add_func("/pcm/volume/float", test_pcm_volume_float); + g_test_run(); } -- cgit v1.2.3