Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2009-07-01 11:50:44 +0400
committerGregory Maxwell <greg@xiph.org>2009-07-01 11:50:44 +0400
commit7c422653f3fd27efd1b6e40e4f6bb438bc9de2ab (patch)
treefce073aa391d51e90b56a017ea799ecb04d192b3 /tests
parentda1156af1c7af797f806a4ce086f0b8d0d748431 (diff)
Fix compilation of test cases with fixed-debug enabled
Diffstat (limited to 'tests')
-rw-r--r--tests/dft-test.c3
-rw-r--r--tests/mathops-test.c3
-rw-r--r--tests/mdct-test.c3
-rw-r--r--tests/real-fft-test.c3
4 files changed, 12 insertions, 0 deletions
diff --git a/tests/dft-test.c b/tests/dft-test.c
index 313242b..d44f7b4 100644
--- a/tests/dft-test.c
+++ b/tests/dft-test.c
@@ -14,6 +14,9 @@
#define M_PI 3.141592653
#endif
+#ifdef FIXED_DEBUG
+long long celt_mips=0;
+#endif
int ret = 0;
void check(kiss_fft_cpx * in,kiss_fft_cpx * out,int nfft,int isinverse)
diff --git a/tests/mathops-test.c b/tests/mathops-test.c
index cb3c132..f0e6e22 100644
--- a/tests/mathops-test.c
+++ b/tests/mathops-test.c
@@ -12,6 +12,9 @@
#define WORD "%f"
#endif
+#ifdef FIXED_DEBUG
+long long celt_mips=0;
+#endif
int ret = 0;
void testdiv(void)
diff --git a/tests/mdct-test.c b/tests/mdct-test.c
index 7c2a015..ba9e9ec 100644
--- a/tests/mdct-test.c
+++ b/tests/mdct-test.c
@@ -14,6 +14,9 @@
#define M_PI 3.141592653
#endif
+#ifdef FIXED_DEBUG
+long long celt_mips=0;
+#endif
int ret = 0;
void check(kiss_fft_scalar * in,kiss_fft_scalar * out,int nfft,int isinverse)
{
diff --git a/tests/real-fft-test.c b/tests/real-fft-test.c
index aa2f588..f4bb20b 100644
--- a/tests/real-fft-test.c
+++ b/tests/real-fft-test.c
@@ -12,6 +12,9 @@
#include "../libcelt/kiss_fft.c"
#include "../libcelt/kiss_fftr.c"
+#ifdef FIXED_DEBUG
+long long celt_mips=0;
+#endif
int ret=0;
static