comparison test/callback_suite/config.lua @ 0:3e629dc19168

initial from svn dyncall-1745
author Daniel Adler
date Thu, 19 Mar 2015 22:24:28 +0100
parents
children b8f16ad80e34
comparison
equal deleted inserted replaced
-1:000000000000 0:3e629dc19168
1 -- auto-generated file from temlate config-random.lua (created by GNUmake)
2 -- section 'main' --------------------------------------------------------------
3
4 nsigs = 400 -- number of test cases
5 mode = "random" -- generatore mode: 'random' or 'ordered' type sequences
6 minargs = 0 -- minimum num. of supported arguments (>= 0)
7 maxargs = 29 -- maximum num. of supported arguments (>= minargs)
8
9
10 -- section 'types' -------------------------------------------------------------
11
12 argtypes = "BcCsSiIjJlLpfd" -- supported argument types
13 rettypes = argtypes -- supported return types (currently no void support)
14
15
16 -- section 'ordered' -----------------------------------------------------------
17
18 offset = 0 -- permutation index offset (default = 0)
19 step = 1 -- permutation index increment (default = 1)
20
21
22 -- section 'random' ------------------------------------------------------------
23
24 seed = 1 -- random seed
25
26
27 -- section 'calling convention' (useful on Windows for now) --------------------
28
29 api = "" -- calling convention ("__stdcall" or "__fastcall")
30 -- for gcc use "__attribute__((__stdcall__))" or "__attribute__((__fastcall__))"
31 -- for ms ?
32 ccprefix = "" -- signature prefix ("_s" (stdcall), "_f" (gcc fastcall) or "_F" (microsoft fastcall))