diff options
author | Max Kellermann <max@duempel.org> | 2012-07-09 23:11:40 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-07-10 01:30:02 +0200 |
commit | 6dd70926faa3b5f920e9bcf9d2201425a0ac225f (patch) | |
tree | 274e53c98d5a4f1e0b2071735a593a5127090e31 /Makefile.am | |
parent | 5dfc0918c37c40063b92a55c365ec87e29f0ecef (diff) | |
download | mpd-6dd70926faa3b5f920e9bcf9d2201425a0ac225f.tar.gz mpd-6dd70926faa3b5f920e9bcf9d2201425a0ac225f.tar.xz mpd-6dd70926faa3b5f920e9bcf9d2201425a0ac225f.zip |
test/test_pcm: add pcm_volume tests
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index b349311fe..2b2289041 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1316,6 +1316,7 @@ test_test_pcm_SOURCES = \ test/test_pcm_dither.c \ test/test_pcm_pack.c \ test/test_pcm_channels.c \ + test/test_pcm_volume.c \ test/test_pcm_all.h \ test/test_pcm_main.c test_test_pcm_LDADD = \ |