comparison test/callback_suite/config.lua @ 516:1a813b706de4

callback_suite: fixed 'ordered' mode config (was missing first line)
author Tassilo Philipp
date Sun, 10 Apr 2022 22:03:16 +0200
parents f3d44195dbdf
children e56241bba0f5
comparison
equal deleted inserted replaced
515:c9c546f8598b 516:1a813b706de4
1 -- auto-generated file from template config-random.lua (created by GNUmake) 1 -- auto-generated file from template config-random.lua (created by make)
2 -- section 'main' -------------------------------------------------------------- 2 -- section 'main' --------------------------------------------------------------
3 3
4 ncases = 800 -- number of test cases (note: inf loop if higher than max arg permutation) 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)
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")
30 -- for gcc use "__attribute__((__stdcall__))" or "__attribute__((__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)) 31 ccprefix = "" -- signature prefix ("_s" (stdcall), "_f" (gcc fastcall) or "_F" (microsoft fastcall))