comparison test/callback_suite/config-stress1.lua @ 495:45ac093ca822

- test/callback_suite: make it use shared random sig generator from call_suite and call_suite_aggrs
author Tassilo Philipp
date Mon, 21 Mar 2022 16:50:44 +0100
parents 3e629dc19168
children e6d8ae2a116c
comparison
equal deleted inserted replaced
494:d45c582b5457 495:45ac093ca822
9 cnt = cnt + 1 9 cnt = cnt + 1
10 end 10 end
11 return cnt 11 return cnt
12 end 12 end
13 13
14 nsigs = nlines() -- number of test cases 14 ncases = nlines() -- number of test cases
15 15
16 minargs = 0 -- minimum num. of supported arguments (>= 0) 16 minargs = 0 -- minimum num. of supported arguments (>= 0)
17 maxargs = 20 -- maximum num. of supported arguments (>= minargs) 17 maxargs = 20 -- maximum num. of supported arguments (>= minargs)
18 18
19 -- section 'types' (not used by 'designed') ------------------------------------ 19 -- section 'types' (not used by 'designed') ------------------------------------
20 20
21 argtypes = "BcCsSiIjJlLpfd" -- "BcCsSiIjJlLpfd" -- supported argument types 21 types = "BcCsSiIjJlLpfd" -- "BcCsSiIjJlLpfd" -- supported argument types
22 rettypes = argtypes -- supported return types (currently no void support) 22 rtypes = types -- supported return types (currently no void support)
23 23
24 24
25 -- section 'ordered' ----------------------------------------------------------- 25 -- section 'ordered' -----------------------------------------------------------
26 26
27 offset = 0 -- permutation index offset (default = 1) 27 offset = 0 -- permutation index offset (default = 1)