comparison test/callback_suite/config.lua @ 105:ca36937b4613

- more cases for checked-in config of callback_suite test (needed some more floats as first params)
author cslag
date Thu, 09 Jun 2016 16:11:37 +0200
parents b8f16ad80e34
children 45ac093ca822
comparison
equal deleted inserted replaced
104:dbca6763f2be 105:ca36937b4613
1 -- auto-generated file from temlate 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 = 400 -- number of test cases 4 nsigs = 800 -- number of test cases
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 = 64 -- 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 argtypes = "BcCsSiIjJlLpfd" -- supported argument types
19 step = 1 -- permutation index increment (default = 1) 19 step = 1 -- permutation index increment (default = 1)
20 20
21 21
22 -- section 'random' ------------------------------------------------------------ 22 -- section 'random' ------------------------------------------------------------
23 23
24 seed = 1 -- random seed 24 seed = 40 -- random seed
25 25
26 26
27 -- section 'calling convention' (useful on Windows for now) -------------------- 27 -- section 'calling convention' (useful on Windows for now) --------------------
28 28
29 api = "" -- calling convention ("__stdcall" or "__fastcall") 29 api = "" -- calling convention ("__stdcall" or "__fastcall")