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
29c8619a
Commit
29c8619a
authored
Feb 17, 2013
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fate: add print() to the tests of eval
Signed-off-by:
Michael Niedermayer
<
michaelni@gmx.at
>
parent
09ece9fa
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
eval.c
libavutil/eval.c
+1
-1
eval
tests/ref/fate/eval
+2
-2
No files found.
libavutil/eval.c
View file @
29c8619a
...
...
@@ -805,7 +805,7 @@ int main(int argc, char **argv)
"squish(2)"
,
"gauss(0.1)"
,
"hypot(4,3)"
,
"gcd(30,55)*
min(9,1
)"
,
"gcd(30,55)*
print(min(9,1)
)"
,
NULL
};
...
...
tests/ref/fate/eval
View file @
29c8619a
...
...
@@ -247,8 +247,8 @@ Evaluating 'gauss(0.1)'
Evaluating 'hypot(4,3)'
'hypot(4,3)' -> 5.000000
Evaluating 'gcd(30,55)*
min(9,1
)'
'gcd(30,55)*
min(9,1
)' -> 5.000000
Evaluating 'gcd(30,55)*
print(min(9,1)
)'
'gcd(30,55)*
print(min(9,1)
)' -> 5.000000
12.700000 == 12.7
0.931323 == 0.931322575
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