Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
b41a1089
Commit
b41a1089
authored
Mar 31, 2011
by
Mans Rullgard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add fixed-point fft/mdct tests
Signed-off-by:
Mans Rullgard
<
mans@mansr.com
>
parent
6efe6028
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
tests/fate/fft.mak
tests/fate/fft.mak
+14
-0
No files found.
tests/fate/fft.mak
View file @
b41a1089
...
...
@@ -33,3 +33,17 @@ fate-idct1d: CMD = run libavcodec/fft-test -d -i
FATE_TESTS
+=
$(FATE_FFT)
fate-fft-test
:
$(FATE_FFT)
$(FATE_FFT)
:
REF = /dev/null
FATE_FFT_FIXED
=
fate-fft-fixed fate-ifft-fixed
\
fate-mdct-fixed fate-imdct-fixed
fate-fft-fixed
:
CMD = run libavcodec/fft-fixed-test
fate-ifft-fixed
:
CMD = run libavcodec/fft-fixed-test -i
fate-mdct-fixed
:
CMD = run libavcodec/fft-fixed-test -m
fate-imdct-fixed
:
CMD = run libavcodec/fft-fixed-test -m -i
fate-fft-fixed-test
:
$(FATE_FFT_FIXED)
$(FATE_FFT_FIXED)
:
libavcodec/fft-fixed-test$(EXESUF)
$(FATE_FFT_FIXED)
:
REF = /dev/null
FATE_TESTS
+=
$(FATE_FFT_FIXED)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment