diff 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
line wrap: on
line diff
--- a/test/call_suite_aggrs/config.lua	Mon Mar 21 14:46:38 2022 +0100
+++ b/test/call_suite_aggrs/config.lua	Mon Mar 21 16:06:16 2022 +0100
@@ -6,6 +6,7 @@
 maxarraylen  = 16   -- see 1)
 arraydice    = 40   -- how often to turn a member into an array (1 out of arraydice-times)
 maxaggrdepth = 3    -- max nesting depth of aggregates, 1 = no nesting
+reqaggrinsig = true -- require that every generated signature has at least one aggregate
 ncases       = 400
 types        = "csijlCSIJLpfd{}<>"  -- {...} for structs, <...> for unions
 seed         = 2112