comparison test/callback_suite/config.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 ca36937b4613
children 049e04af13c8
comparison
equal deleted inserted replaced
494:d45c582b5457 495:45ac093ca822
1 -- auto-generated file from template config-random.lua (created by GNUmake) 1 -- auto-generated file from template config-random.lua (created by GNUmake)
2 -- section 'main' -------------------------------------------------------------- 2 -- section 'main' --------------------------------------------------------------
3 3
4 nsigs = 800 -- number of test cases 4 ncases = 800 -- number of test cases (note: inf loop if higher than max arg permutation)
5 mode = "random" -- generatore mode: 'random' or 'ordered' type sequences 5 mode = "random" -- generatore mode: 'random' or 'ordered' type sequences
6 minargs = 0 -- minimum num. of supported arguments (>= 0) 6 minargs = 0 -- minimum num. of supported arguments (>= 0)
7 maxargs = 67 -- maximum num. of supported arguments (>= minargs) 7 maxargs = 67 -- maximum num. of supported arguments (>= minargs)
8 8
9 9
10 -- section 'types' ------------------------------------------------------------- 10 -- section 'types' -------------------------------------------------------------
11 11
12 argtypes = "BcCsSiIjJlLpfd" -- supported argument types 12 types = "BcCsSiIjJlLpfd" -- supported argument types
13 rettypes = argtypes -- supported return types (currently no void support) 13 rtypes = types -- supported return types (currently no void support)
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)