comparison test/call_suite_aggrs/config.lua @ 494:d45c582b5457

- sharing sig generator between call_suite and call_suite_aggrs tests
author Tassilo Philipp
date Mon, 21 Mar 2022 16:06:16 +0100
parents 29d09d10ecd9
children a4ed1564024a
comparison
equal deleted inserted replaced
493:75cb8f79d725 494:d45c582b5457
4 minaggrfields= 0 -- 0 allows for empty structs/unions 4 minaggrfields= 0 -- 0 allows for empty structs/unions
5 maxaggrfields= 12 5 maxaggrfields= 12
6 maxarraylen = 16 -- see 1) 6 maxarraylen = 16 -- see 1)
7 arraydice = 40 -- how often to turn a member into an array (1 out of arraydice-times) 7 arraydice = 40 -- how often to turn a member into an array (1 out of arraydice-times)
8 maxaggrdepth = 3 -- max nesting depth of aggregates, 1 = no nesting 8 maxaggrdepth = 3 -- max nesting depth of aggregates, 1 = no nesting
9 reqaggrinsig = true -- require that every generated signature has at least one aggregate
9 ncases = 400 10 ncases = 400
10 types = "csijlCSIJLpfd{}<>" -- {...} for structs, <...> for unions 11 types = "csijlCSIJLpfd{}<>" -- {...} for structs, <...> for unions
11 seed = 2112 12 seed = 2112
12 13
13 -- specify types more than once to increase relative occurance, e.g.: 14 -- specify types more than once to increase relative occurance, e.g.: