comparison 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
comparison
equal deleted inserted replaced
460:0ae555528709 461:236015fdf7a8
1 suite_aggrs for dyncall written in C and Lua. 1 suite_aggrs for dyncall written in C and Lua.
2 2
3 Tests aggregates (structs, unions and arrays) passed by value, along with 3 Tests aggregates (structs, unions) passed by value, along with other,
4 other, non-aggregate args. 4 non-aggregate args.
5 5
6 A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign 6 A macro AGGR_MISALIGN can be used in globals.c to intentionally misalign
7 aggregate instances. 7 aggregate instances.
8 8
9 @@@ unions and arrays missing
10