diff options
author | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2017-02-22 21:11:01 +0200 |
---|---|---|
committer | Petteri Aimonen <jpa@git.mail.kapsi.fi> | 2017-02-22 21:11:01 +0200 |
commit | 91dcdf573707a823bc450d3913b8b87c7adba212 (patch) | |
tree | 391bb20bd71a9365af9fca78b9f6698a6b154354 /tests/fuzztest | |
parent | 07375a126337916f3a34ea94f8085b8f89d789a1 (diff) |
Add fixed length bytes to alltypes test case (issue #244)
Diffstat (limited to 'tests/fuzztest')
-rw-r--r-- | tests/fuzztest/alltypes_pointer.options | 2 | ||||
-rw-r--r-- | tests/fuzztest/alltypes_static.options | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/tests/fuzztest/alltypes_pointer.options b/tests/fuzztest/alltypes_pointer.options index 52abeb7f..7e3ad1e5 100644 --- a/tests/fuzztest/alltypes_pointer.options +++ b/tests/fuzztest/alltypes_pointer.options @@ -1,3 +1,3 @@ # Generate all fields as pointers. * type:FT_POINTER - +*.*fbytes fixed_length:true max_size:4 diff --git a/tests/fuzztest/alltypes_static.options b/tests/fuzztest/alltypes_static.options index 1c10637c..e197e1df 100644 --- a/tests/fuzztest/alltypes_static.options +++ b/tests/fuzztest/alltypes_static.options @@ -1,3 +1,4 @@ * max_size:32 * max_count:8 *.extensions type:FT_IGNORE +*.*fbytes fixed_length:true max_size:4 |