Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
libaec
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Mathis Rosenhauer
libaec
Commits
828e3179
Commit
828e3179
authored
Jul 13, 2017
by
Mathis Rosenhauer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Do not dump test patterns
parent
4add047d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
check_buffer_sizes.c
tests/check_buffer_sizes.c
+1
-0
check_long_fs.c
tests/check_long_fs.c
+1
-0
No files found.
tests/check_buffer_sizes.c
View file @
828e3179
...
@@ -77,6 +77,7 @@ int main (void)
...
@@ -77,6 +77,7 @@ int main (void)
struct
aec_stream
strm
;
struct
aec_stream
strm
;
struct
test_state
state
;
struct
test_state
state
;
state
.
dump
=
0
;
state
.
buf_len
=
state
.
ibuf_len
=
BUF_SIZE
;
state
.
buf_len
=
state
.
ibuf_len
=
BUF_SIZE
;
state
.
cbuf_len
=
2
*
BUF_SIZE
;
state
.
cbuf_len
=
2
*
BUF_SIZE
;
...
...
tests/check_long_fs.c
View file @
828e3179
...
@@ -32,6 +32,7 @@ int main (void)
...
@@ -32,6 +32,7 @@ int main (void)
struct
aec_stream
strm
;
struct
aec_stream
strm
;
struct
test_state
state
;
struct
test_state
state
;
state
.
dump
=
0
;
state
.
buf_len
=
state
.
ibuf_len
=
BUF_SIZE
;
state
.
buf_len
=
state
.
ibuf_len
=
BUF_SIZE
;
state
.
cbuf_len
=
2
*
BUF_SIZE
;
state
.
cbuf_len
=
2
*
BUF_SIZE
;
...
...
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