comparison test/callback_suite/config-random.lua @ 528:e56241bba0f5

- test/callback_suite: reduce number of args, as it uses macros in generated cases.h and some platforms' preprocessor cannot handle that many args
author Tassilo Philipp
date Thu, 14 Apr 2022 14:44:40 +0200
parents f3d44195dbdf
children
comparison
equal deleted inserted replaced
527:ed8835abe05f 528:e56241bba0f5
1 -- section 'main' -------------------------------------------------------------- 1 -- section 'main' --------------------------------------------------------------
2 2
3 ncases = 800 -- number of test cases (note: inf loop if higher than max arg permutation) 3 ncases = 800 -- number of test cases (note: inf loop if higher than max arg permutation)
4 mode = "random" -- generatore mode: 'random' or 'ordered' type sequences 4 mode = "random" -- generatore mode: 'random' or 'ordered' type sequences
5 minargs = 0 -- minimum num. of supported arguments (>= 0) 5 minargs = 0 -- minimum num. of supported arguments (>= 0)
6 maxargs = 67 -- maximum num. of supported arguments (>= minargs) 6 maxargs = 60 -- maximum num. of supported arguments (>= minargs)
7 7
8 8
9 -- section 'types' ------------------------------------------------------------- 9 -- section 'types' -------------------------------------------------------------
10 10
11 types = "BcCsSiIjJlLpfd" -- supported argument types 11 types = "BcCsSiIjJlLpfd" -- supported argument types