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
8ff7d1ad
Commit
8ff7d1ad
authored
Jul 16, 2003
by
Fabrice Bellard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed test.conf path
Originally committed as revision 2054 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
cf48e6f8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Makefile
tests/Makefile
+1
-1
server-regression.sh
tests/server-regression.sh
+1
-1
No files found.
tests/Makefile
View file @
8ff7d1ad
...
...
@@ -17,7 +17,7 @@ LIBAV_REFFILE=$(SRC_PATH)/tests/libav.regression.ref
all
:
test libavtest test-server
test-server
:
vsynth1/0.pgm asynth1.sw
@
$(SRC_PATH)
/tests/server-regression.sh
$(SERVER_REFFILE)
@
$(SRC_PATH)
/tests/server-regression.sh
$(SERVER_REFFILE)
$(SRC_PATH)
/tests/test.conf
# fast regression tests for all codecs
test mpeg4 mpeg
:
vsynth1/0.pgm vsynth2/0.pgm asynth1.sw tiny_psnr
...
...
tests/server-regression.sh
View file @
8ff7d1ad
...
...
@@ -10,7 +10,7 @@ fi
# Make sure that the data directory exists
mkdir
-p
data
cp
test.conf
data/test.conf
cp
"
$2
"
data/test.conf
perl
-e
'chomp($wd = `pwd`); print map { s!data/!!; "<Stream $_>\nFile $wd/data/$_\n</Stream>\n\n" } @ARGV'
data/a
*
>>
data/test.conf
perl
-e
'chomp($wd = `pwd`); print map { s!data/!!; "<Stream $_.asf>\nFile $wd/data/$_\n</Stream>\n\n" } @ARGV'
data/a
*
>>
data/test.conf
...
...
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