diff test/suite_aggrs/config.lua @ 446:54c1dc2e6ea5

suite_aggrs: added knob to enable/disable generation of empty structs (some compilers like Plan9's pcc don't allow them)
author Tassilo Philipp
date Wed, 26 Jan 2022 23:04:07 +0100
parents 3d2c5d156d78
children c497b87552f6
line wrap: on
line diff
--- a/test/suite_aggrs/config.lua	Wed Jan 26 18:41:31 2022 +0100
+++ b/test/suite_aggrs/config.lua	Wed Jan 26 23:04:07 2022 +0100
@@ -2,6 +2,7 @@
 minargs      = 0
 maxargs      = 16
 maxaggrdepth = 3    -- max nesting depth of aggregates, 1 = no nesting
+emptyaggrs   = true -- whether to allow empty aggregates or not
 ncases       = 800
 types        = "csijlpfd{}"
 seed         = 2112