diff options
author | Max Kellermann <max@musicpd.org> | 2017-01-11 16:13:59 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2017-01-11 20:06:10 +0100 |
commit | b1bee9ff38047a3678091cf3a4af0906e80cd454 (patch) | |
tree | ec3ce2281c24626aabcfc66b4d53ec5fd2855067 | |
parent | 569be2d402920d3cea9574f23d88026e4f24468b (diff) |
test/test_pcm: enable the DSD unit tests
These were disabled by accident.
-rw-r--r-- | test/test_pcm_all.hxx | 2 | ||||
-rw-r--r-- | test/test_pcm_dither.cxx | 1 | ||||
-rw-r--r-- | test/test_pcm_main.cxx | 1 | ||||
-rw-r--r-- | test/test_pcm_pack.cxx | 1 |
4 files changed, 5 insertions, 0 deletions
diff --git a/test/test_pcm_all.hxx b/test/test_pcm_all.hxx index aaaf81c40..8a5b83cb6 100644 --- a/test/test_pcm_all.hxx +++ b/test/test_pcm_all.hxx @@ -20,6 +20,8 @@ #ifndef MPD_TEST_PCM_ALL_HXX #define MPD_TEST_PCM_ALL_HXX +#include "check.h" + #include <cppunit/TestFixture.h> #include <cppunit/extensions/HelperMacros.h> diff --git a/test/test_pcm_dither.cxx b/test/test_pcm_dither.cxx index 7647e681c..016cdbfac 100644 --- a/test/test_pcm_dither.cxx +++ b/test/test_pcm_dither.cxx @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "test_pcm_all.hxx" #include "test_pcm_util.hxx" #include "pcm/PcmDither.cxx" diff --git a/test/test_pcm_main.cxx b/test/test_pcm_main.cxx index 78e4011de..4f392dbd3 100644 --- a/test/test_pcm_main.cxx +++ b/test/test_pcm_main.cxx @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "test_pcm_all.hxx" #include "Compiler.h" diff --git a/test/test_pcm_pack.cxx b/test/test_pcm_pack.cxx index 3e8003c4d..fd92861b0 100644 --- a/test/test_pcm_pack.cxx +++ b/test/test_pcm_pack.cxx @@ -17,6 +17,7 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +#include "config.h" #include "test_pcm_all.hxx" #include "test_pcm_util.hxx" #include "pcm/PcmPack.hxx" |