diff test/suite_aggrs/README.txt @ 461:236015fdf7a8

suite_aggrs: - added support to gen unions in addition to structs - regenerated struct/union-mixed and nested cases - made rand-sig.lua ignore closing struct/union chars if not opened, effectively reducing number of empty aggregates as it now generated way too much
author Tassilo Philipp
date Mon, 31 Jan 2022 14:41:11 +0100
parents 252f32fa59d8
children 653b65580cb4
line wrap: on
line diff
--- a/test/suite_aggrs/README.txt	Sun Jan 30 17:12:47 2022 +0100
+++ b/test/suite_aggrs/README.txt	Mon Jan 31 14:41:11 2022 +0100
@@ -1,10 +1,8 @@
 suite_aggrs for dyncall written in C and Lua.
 
-Tests aggregates (structs, unions and arrays) passed by value, along with
-other, non-aggregate args.
+Tests aggregates (structs, unions) passed by value, along with other,
+non-aggregate args.
 
 A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign
 aggregate instances.
 
-@@@ unions and arrays missing
-