-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Add run_tests.sh
to ffmpeg
#13449
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Add run_tests.sh
to ffmpeg
#13449
Conversation
vitaliset is a new contributor to projects/ffmpeg. The PR must be approved by known contributors before it can be merged. The past contributors are: michaelni, xhwang-chromium, Ramneet-Singh, kasper93, jzern, h4ck0lympus, maflcko, JordyZomer |
projects/ffmpeg/run_tests.sh
Outdated
################################################################################ | ||
|
||
# Usage: | ||
# bash run_test.sh list - Lists all available tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe we can just start simple with running all tests?
it's hard to tell which tests are affected and need to be run after a change, so we probably want to run them all to begin with.
cd "$FFMPEG_SRC_DIR" | ||
|
||
echo "==> Running all FATE tests..." | ||
make fate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
how long does this take to run?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the current version of the container is broken: https://paste.googleplex.com/4602035483443200
Usage example.