From b1bee9ff38047a3678091cf3a4af0906e80cd454 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 11 Jan 2017 16:13:59 +0100 Subject: [PATCH] test/test_pcm: enable the DSD unit tests These were disabled by accident. --- test/test_pcm_all.hxx | 2 ++ test/test_pcm_dither.cxx | 1 + test/test_pcm_main.cxx | 1 + test/test_pcm_pack.cxx | 1 + 4 files changed, 5 insertions(+) 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 #include 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"