aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
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 /Makefile.am
parente42734c3f3f669039f5e088371ab1ef8c7674bb5 (diff)
test/test_pcm: add unit tests for the PcmFormat library
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index f9f2efbf..840fc816 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1405,6 +1405,7 @@ test_test_pcm_SOURCES = \
test/test_pcm_dither.cxx \
test/test_pcm_pack.cxx \
test/test_pcm_channels.cxx \
+ test/test_pcm_format.cxx \
test/test_pcm_volume.cxx \
test/test_pcm_all.hxx \
test/test_pcm_main.cxx