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
db869f4e
Commit
db869f4e
authored
Oct 05, 2012
by
Diego Biurrun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: Add build-only targets to FATE
parent
3c0efbd0
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
22 additions
and
0 deletions
+22
-0
Makefile
tests/Makefile
+1
-0
fate-run.sh
tests/fate-run.sh
+4
-0
build.mak
tests/fate/build.mak
+17
-0
No files found.
tests/Makefile
View file @
db869f4e
...
...
@@ -72,6 +72,7 @@ include $(SRC_PATH)/tests/fate/amrwb.mak
include
$(SRC_PATH)/tests/fate/atrac.mak
include
$(SRC_PATH)/tests/fate/audio.mak
include
$(SRC_PATH)/tests/fate/bmp.mak
include
$(SRC_PATH)/tests/fate/build.mak
include
$(SRC_PATH)/tests/fate/canopus.mak
include
$(SRC_PATH)/tests/fate/cdxl.mak
include
$(SRC_PATH)/tests/fate/checkasm.mak
...
...
tests/fate-run.sh
View file @
db869f4e
...
...
@@ -192,6 +192,10 @@ pixfmts(){
test
=
$outertest
}
null
(){
:
}
mkdir
-p
"
$outdir
"
exec
3>&2
...
...
tests/fate/build.mak
0 → 100644
View file @
db869f4e
FATE_BUILD += fate-build-alltools
fate-build-alltools: alltools
FATE_BUILD += fate-build-checkheaders
fate-build-checkheaders: checkheaders
FATE_BUILD += fate-build-examples
fate-build-examples: examples
FATE_BUILD += fate-build-testprogs
fate-build-testprogs: testprogs
$(FATE_BUILD): CMD = null
$(FATE_BUILD): CMP = null
FATE += $(FATE_BUILD)
fate-build: $(FATE_BUILD)
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