aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pcm_all.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* output/alsa, pcm: rename "DSD over USB" to "DoP"Max Kellermann2014-08-311-2/+2
| | | | | The standard has been renamed since the early draft that was implemented in MPD.
* test/test_pcm: add PcmExport unit testMax Kellermann2014-08-121-0/+15
|
* test/test_pcm_all: move CPPUNIT_TEST_SUITE_REGISTRATION() to test_pcm_main.cxxMax Kellermann2014-03-151-12/+0
| | | | | | Run each unit test only once. Using CPPUNIT_TEST_SUITE_REGISTRATION from within the header meant that each unit class was registered again for each source file that includes the header.
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* test: use the CPPUNIT framework for unit testsMax Kellermann2013-10-161-56/+94
|
* test/test_pcm: add unit test for pcm_mix()Max Kellermann2013-02-011-0/+12
|
* test/test_pcm: add unit tests for the PcmFormat libraryMax Kellermann2013-02-011-0/+12
|
* test/test_pcm: convert to C++Max Kellermann2013-01-311-0/+56