Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
913b6b4b
Commit
913b6b4b
authored
Dec 14, 2011
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: split off libavcodec FATE tests into their own file
parent
4e616d09
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Makefile
tests/Makefile
+1
-0
libavcodec.mak
tests/fate/libavcodec.mak
+3
-0
fate2.mak
tests/fate2.mak
+0
-4
No files found.
tests/Makefile
View file @
913b6b4b
...
...
@@ -37,6 +37,7 @@ include $(SRC_PATH)/tests/fate/fft.mak
include
$(SRC_PATH)/tests/fate/h264.mak
include
$(SRC_PATH)/tests/fate/image.mak
include
$(SRC_PATH)/tests/fate/indeo.mak
include
$(SRC_PATH)/tests/fate/libavcodec.mak
include
$(SRC_PATH)/tests/fate/libavutil.mak
include
$(SRC_PATH)/tests/fate/lossless-audio.mak
include
$(SRC_PATH)/tests/fate/lossless-video.mak
...
...
tests/fate/libavcodec.mak
0 → 100644
View file @
913b6b4b
FATE_TESTS += fate-iirfilter
fate-iirfilter: libavcodec/iirfilter-test$(EXESUF)
fate-iirfilter: CMD = run libavcodec/iirfilter-test
tests/fate2.mak
View file @
913b6b4b
...
...
@@ -89,10 +89,6 @@ fate-musepack7: CMP = oneoff
fate-musepack7: REF = $(SAMPLES)/musepack/inside-mp7.pcm
fate-musepack7: FUZZ = 1
FATE_TESTS += fate-iirfilter
fate-iirfilter: libavcodec/iirfilter-test$(EXESUF)
fate-iirfilter: CMD = run libavcodec/iirfilter-test
FATE_TESTS += fate-v410dec
fate-v410dec: CMD = framecrc -i $(SAMPLES)/v410/lenav410.mov -pix_fmt yuv444p10le
...
...
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