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
f5146953
Commit
f5146953
authored
Dec 22, 2011
by
Clément Bœsch
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: warn if SAMPLES is not specified.
parent
3d38a726
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
Makefile
tests/Makefile
+3
-1
No files found.
tests/Makefile
View file @
f5146953
...
...
@@ -111,6 +111,8 @@ FATE += $(FATE_TESTS) $(FATE_TESTS-yes)
fate-rsync
:
rsync
-vaLW
--timeout
=
60
--contimeout
=
60 rsync://fate.ffmpeg.org/fate-suite/
$(SAMPLES)
else
fate
::
@
echo
"warning: only a subset of the fate tests will be run because SAMPLES is not specified"
fate-rsync
:
@
echo
"use 'make fate-rsync SAMPLES=/path/to/samples' to sync the fate suite"
$(FATE_TESTS)
:
...
...
@@ -121,7 +123,7 @@ FATE_UTILS = base64 tiny_psnr
TOOL
=
ffmpeg
fate
:
$(FATE)
fate
:
:
$(FATE)
$(FATE)
:
$(TOOL)$(EXESUF) $(FATE_UTILS:%=tests/%$(HOSTEXESUF))
@
echo
"TEST
$
(@:fate-%=%)"
...
...
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