test: add AudioFormat unit test

This commit is contained in:
Max Kellermann
2017-01-17 10:56:42 +01:00
parent 10a2c179f9
commit f85f25ba82
4 changed files with 144 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include "config.h"
#include "test_pcm_all.hxx"
#include "TestAudioFormat.hxx"
#include "Compiler.h"
#include <cppunit/extensions/TestFactoryRegistry.h>
@@ -34,6 +35,7 @@ CPPUNIT_TEST_SUITE_REGISTRATION(PcmFormatTest);
CPPUNIT_TEST_SUITE_REGISTRATION(PcmMixTest);
CPPUNIT_TEST_SUITE_REGISTRATION(PcmInterleaveTest);
CPPUNIT_TEST_SUITE_REGISTRATION(PcmExportTest);
CPPUNIT_TEST_SUITE_REGISTRATION(AudioFormatTest);
int
main(gcc_unused int argc, gcc_unused char **argv)