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
b131a07e
Commit
b131a07e
authored
Apr 02, 2019
by
Gyan Doshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: unbreak fate with custom binary names
parent
ecb4398d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
Makefile
tests/Makefile
+1
-0
fate-run.sh
tests/fate-run.sh
+2
-2
No files found.
tests/Makefile
View file @
b131a07e
...
...
@@ -231,6 +231,7 @@ fate-hw: $(FATE_HW-yes)
FATE
+=
$
(
FATE_HW-yes
)
$(FATE) $(FATE_TESTS-no)
:
export PROGSUF = $(PROGSSUF)
$(FATE) $(FATE_TESTS-no)
:
export EXECSUF = $(EXESUF)
$(FATE) $(FATE_TESTS-no)
:
$(FATE_UTILS:%=tests/%$(HOSTEXESUF)) | $(FATE_OUTDIRS)
@
echo
"TEST
$
(@:fate-%=%)"
$(Q)$(SRC_PATH)
/tests/fate-run.sh
$@
"
$(TARGET_SAMPLES)
"
"
$(TARGET_EXEC)
"
"
$(TARGET_PATH)
"
'
$(CMD)
'
'
$(CMP)
'
'
$(REF)
'
'
$(FUZZ)
'
'
$(THREADS)
'
'
$(THREAD_TYPE)
'
'
$(CPUFLAGS)
'
'
$(CMP_SHIFT)
'
'
$(CMP_TARGET)
'
'
$(SIZE_TOLERANCE)
'
'
$(CMP_UNIT)
'
'
$(GEN)
'
'
$(HWACCEL)
'
'
$(REPORT)
'
'
$(KEEP)
'
...
...
tests/fate-run.sh
View file @
b131a07e
...
...
@@ -128,7 +128,7 @@ ffmpeg(){
[
x
${
arg
}
=
x-i
]
&&
ffmpeg_args
=
"
${
ffmpeg_args
}
${
dec_opts
}
"
ffmpeg_args
=
"
${
ffmpeg_args
}
${
arg
}
"
done
run ffmpeg
${
PROGSUF
}
${
ffmpeg_args
}
run ffmpeg
${
PROGSUF
}
${
EXECSUF
}
${
ffmpeg_args
}
}
framecrc
(){
...
...
@@ -245,7 +245,7 @@ stream_remux(){
# FIXME: There is a certain duplication between the avconv-related helper
# functions above and below that should be refactored.
ffmpeg2
=
"
$target_exec
${
target_path
}
/ffmpeg"
ffmpeg2
=
"
$target_exec
${
target_path
}
/ffmpeg
${
PROGSUF
}${
EXECSUF
}
"
raw_src
=
"
${
target_path
}
/tests/vsynth1/%02d.pgm"
pcm_src
=
"
${
target_path
}
/tests/data/asynth1.sw"
crcfile
=
"tests/data/
$test
.lavf.crc"
...
...
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