aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-08-12 22:05:38 +0200
committerMax Kellermann <max@duempel.org>2014-08-12 22:05:38 +0200
commitee7282ce0ddb85e4e0d8174a8db6d3853b2b41a5 (patch)
tree77fb6c0973b745262271d2d17b3550b704e7f59c /Makefile.am
parentd026367334c4d5ca024d6127c5ddb91888b64b3d (diff)
downloadmpd-ee7282ce0ddb85e4e0d8174a8db6d3853b2b41a5.tar.gz
mpd-ee7282ce0ddb85e4e0d8174a8db6d3853b2b41a5.tar.xz
mpd-ee7282ce0ddb85e4e0d8174a8db6d3853b2b41a5.zip
test/test_pcm: add PcmExport unit test
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 9123d479d..44ce20fff 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1979,6 +1979,7 @@ test_test_pcm_SOURCES = \
test/test_pcm_format.cxx \
test/test_pcm_volume.cxx \
test/test_pcm_mix.cxx \
+ test/test_pcm_export.cxx \
test/test_pcm_all.hxx \
test/test_pcm_main.cxx
test_test_pcm_CPPFLAGS = $(AM_CPPFLAGS) $(CPPUNIT_CFLAGS) -DCPPUNIT_HAVE_RTTI=0