comparison test/callback_suite/config.lua @ 509:f3d44195dbdf

callback_suite: - further, big refactoring to make the test data setup be a lot more in line with call_suite and call_suite_aggrs - added support to test void return values (was missing in prev version)
author Tassilo Philipp
date Sat, 09 Apr 2022 23:00:24 +0200
parents 049e04af13c8
children 1a813b706de4
comparison
equal deleted inserted replaced
508:1aa2af848e8a 509:f3d44195dbdf
8 8
9 9
10 -- section 'types' ------------------------------------------------------------- 10 -- section 'types' -------------------------------------------------------------
11 11
12 types = "BcCsSiIjJlLpfd" -- supported argument types 12 types = "BcCsSiIjJlLpfd" -- supported argument types
13 rtypes = types -- supported return types (currently no void support) 13 rtypes = nil -- supported return types (set to nil to use "v"..types)
14 14
15 15
16 -- section 'ordered' ----------------------------------------------------------- 16 -- section 'ordered' -----------------------------------------------------------
17 17
18 offset = 0 -- permutation index offset (default = 0) 18 offset = 0 -- permutation index offset (default = 0)