diff options
author | Max Kellermann <max@duempel.org> | 2015-06-22 15:08:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-06-22 16:32:06 +0200 |
commit | 5e22c83baaff88b82b8bf2e6ae9dbdc88f8c253d (patch) | |
tree | c87521c982a17468965c89f7f8cf18d33e678c3a /Makefile.am | |
parent | eed1a3c239d78edf978af9433001cbc823242cda (diff) | |
download | mpd-5e22c83baaff88b82b8bf2e6ae9dbdc88f8c253d.tar.gz mpd-5e22c83baaff88b82b8bf2e6ae9dbdc88f8c253d.tar.xz mpd-5e22c83baaff88b82b8bf2e6ae9dbdc88f8c253d.zip |
test/test_pcm: add PcmInterleave() unit test
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 39d4e71f5..213ea7fcc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2096,6 +2096,7 @@ test_test_pcm_SOURCES = \ test/test_pcm_format.cxx \ test/test_pcm_volume.cxx \ test/test_pcm_mix.cxx \ + test/test_pcm_interleave.cxx \ test/test_pcm_export.cxx \ test/test_pcm_all.hxx \ test/test_pcm_main.cxx |