summaryrefslogtreecommitdiff
path: root/test/test_pcm_all.hxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2016-02-26 18:17:11 +0100
committerMax Kellermann <max@duempel.org>2016-02-27 07:42:09 +0100
commitfb4f02cd388c13093deebc4d7168600f259845a5 (patch)
tree7f6d9ec7923e22f7f5d0e68198bb91bdb51b3c66 /test/test_pcm_all.hxx
parentd1be643c0de70c865043127edb042a02f51d3c6d (diff)
pcm/PcmExport: add flag to export to DSD_U32
Diffstat (limited to 'test/test_pcm_all.hxx')
-rw-r--r--test/test_pcm_all.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_pcm_all.hxx b/test/test_pcm_all.hxx
index ad0d245c3..c59d2e1f2 100644
--- a/test/test_pcm_all.hxx
+++ b/test/test_pcm_all.hxx
@@ -125,6 +125,7 @@ class PcmExportTest : public CppUnit::TestFixture {
CPPUNIT_TEST(TestShift8);
CPPUNIT_TEST(TestPack24);
CPPUNIT_TEST(TestReverseEndian);
+ CPPUNIT_TEST(TestDsdU32);
CPPUNIT_TEST(TestDop);
CPPUNIT_TEST(TestAlsaChannelOrder);
CPPUNIT_TEST_SUITE_END();
@@ -133,6 +134,7 @@ public:
void TestShift8();
void TestPack24();
void TestReverseEndian();
+ void TestDsdU32();
void TestDop();
void TestAlsaChannelOrder();
};