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

gitlab.com/quite/celt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-05-05 10:05:34 +0400
committerJean-Marc Valin <Jean-Marc.Valin@csiro.au>2008-05-05 10:05:34 +0400
commit2de66199b2fc6ac8966d624bd8ab4c325d66ba8a (patch)
tree6763feac56825e3865bb3bb4380ce5a01c66c684 /tests
parent2dc4b2d93f98e2001b4a783257dc334d6e74ea30 (diff)
Disabled pulse spreading until I can show it actually helps
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7d70c99..2dc5c56 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,9 +1,9 @@
INCLUDES = -I$(top_srcdir)/libcelt
METASOURCES = AUTO
-TESTS = type-test ectest cwrs32-test cwrs64-test real-fft-test dft-test laplace-test mdct-test rotation-test mathops-test
+TESTS = type-test ectest cwrs32-test cwrs64-test real-fft-test dft-test laplace-test mdct-test mathops-test
-noinst_PROGRAMS = type-test ectest cwrs32-test cwrs64-test real-fft-test dft-test laplace-test mdct-test rotation-test mathops-test
+noinst_PROGRAMS = type-test ectest cwrs32-test cwrs64-test real-fft-test dft-test laplace-test mdct-test mathops-test
type_test_SOURCES = type-test.c
ectest_SOURCES = ectest.c
@@ -13,8 +13,8 @@ real_fft_test_SOURCES = real-fft-test.c
dft_test_SOURCES = dft-test.c
laplace_test_SOURCES = laplace-test.c
mdct_test_SOURCES = mdct-test.c
-rotation_test_SOURCES = rotation-test.c
+#rotation_test_SOURCES = rotation-test.c
mathops_test_SOURCES = mathops-test.c
-LDFLAGS = -static
+AM_LDFLAGS = -static
LDADD = $(top_builddir)/libcelt/libcelt.la