opus/libcelt/tests
Ralph Giles 858468ee42 Fix the 'distclean' target.
With subdir-objects, both the top-level makefile, and
libcelt/Makefile, which runs celt-specific unit tests,
were sharing libcelt/.deps for generated dependencies.

Each thought it owned the directory, and so would remove
the files it created in that directory, followed by the
directory itself. The second makefile would then fail to
because the files it created weren't there to remove,
blocking a successful 'make distcheck' with in runs
'make distclean' as part of its verification tests.

We can work around the problem by generating the makefile
for the tests in the actual test directory, so it doesn't
share autotools scratch space with the top level makefile.
2011-09-03 16:34:51 -07:00
..
cwrs32-test.c Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
dft-test.c kiss fft cleanup 2011-08-15 09:39:16 -04:00
ectest.c Avoid left-shift by 32 on int32 in ectest. 2011-09-02 19:31:08 -04:00
laplace-test.c Makes the allocation more C++-friendly 2011-08-29 16:31:52 -04:00
Makefile.am Fix the 'distclean' target. 2011-09-03 16:34:51 -07:00
mathops-test.c Fixes mathops-test for pseudo-stack 2011-08-26 09:44:16 -04:00
mdct-test.c Various minor cleanups (removing dead arguments, macros) to libcelt/. Reinstate -Wunused-parameter. 2011-09-01 19:42:37 -04:00
real-fft-test.c Renames the kiss FFT implementation to reduce the risk of symbol clashes 2011-08-15 09:01:29 -04:00
rotation-test.c Re-enables test cases, including the rotation test 2011-08-05 10:47:41 -04:00
type-test.c Fixes two test cases 2011-08-05 09:41:22 -04:00