Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
828e3179
Commit
828e3179
authored
Jul 13, 2017
by
Mathis Rosenhauer
Browse files
Do not dump test patterns
parent
4add047d
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/check_buffer_sizes.c
View file @
828e3179
...
...
@@ -77,6 +77,7 @@ int main (void)
struct
aec_stream
strm
;
struct
test_state
state
;
state
.
dump
=
0
;
state
.
buf_len
=
state
.
ibuf_len
=
BUF_SIZE
;
state
.
cbuf_len
=
2
*
BUF_SIZE
;
...
...
tests/check_long_fs.c
View file @
828e3179
...
...
@@ -32,6 +32,7 @@ int main (void)
struct
aec_stream
strm
;
struct
test_state
state
;
state
.
dump
=
0
;
state
.
buf_len
=
state
.
ibuf_len
=
BUF_SIZE
;
state
.
cbuf_len
=
2
*
BUF_SIZE
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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